diff --git a/CMakeLists.txt b/CMakeLists.txt index 476078a..7b1fad4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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