Skip to content

Commit

Permalink
Fix regression
Browse files Browse the repository at this point in the history
Fixes regression discussed in the commit message d5eaa8b.
  • Loading branch information
aleixpol authored and stachenov committed May 27, 2019
1 parent 473a413 commit 4df6c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ set(QUAZIP_LIB_TARGET_NAME quazip${QUAZIP_LIB_VERSION_SUFFIX} CACHE

add_subdirectory(quazip)

install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION share/cmake)
install(FILES FindQuaZip.cmake RENAME FindQuaZip${QUAZIP_LIB_VERSION_SUFFIX}.cmake DESTINATION share/cmake/Modules)

0 comments on commit 4df6c74

Please sign in to comment.