diff --git a/CMakeLists.txt b/CMakeLists.txt index 96ab24b..b7c1370 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,9 +83,7 @@ if (CMAKE_VERSION VERSION_GREATER 3.7.8) endif() endif() -install(TARGETS GSL EXPORT Microsoft.GSLConfig - PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} -) +install(TARGETS GSL EXPORT Microsoft.GSLConfig) install( DIRECTORY include/gsl DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}