diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b9dc7f7..1f77c94 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -20,9 +20,3 @@ install( TARGETS spm DESTINATION ${CMAKE_INSTALL_PREFIX}/bin ) -install( - FILES - ${CMAKE_BINARY_DIR}/include/config.h - ${CMAKE_SOURCE_DIR}/include/spm.h - DESTINATION "${CMAKE_INSTALL_PREFIX}/include/${PROJECT_NAME}" -) |