4
0
mirror of https://github.com/QuasarApp/zip.git synced 2025-05-04 16:19:33 +00:00

Update CMakeLists.txt

This commit is contained in:
Kuba Podgórski 2022-02-05 01:23:53 +01:00 committed by GitHub
parent ac7f600cce
commit e7b792d7c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,8 +67,6 @@ elseif ("${CMAKE_C_COMPILER_ID}" STREQUAL "GNU" OR
endif (MSVC)
####
# Installation (https://github.com/forexample/package-example) {
set(CONFIG_INSTALL_DIR "lib/cmake/${PROJECT_NAME}")
set(INCLUDE_INSTALL_DIR "include")
@ -108,8 +106,6 @@ install(
DESTINATION "${CONFIG_INSTALL_DIR}"
)
# }
install(TARGETS ${PROJECT_NAME}
EXPORT ${TARGETS_EXPORT_NAME}
RUNTIME DESTINATION bin