diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-18 21:55:43 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-02-18 21:55:43 -0500 |
commit | bac1b2f4856a74317077bd09d0dfa432fae93757 (patch) | |
tree | 3799db217f0724290f53d731fcedf39138dca404 /src | |
parent | f99b70d79d8091e34e6078b74a77347ada2a12bc (diff) | |
download | spmc-bac1b2f4856a74317077bd09d0dfa432fae93757.tar.gz |
Update cmake configs
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}" -) |