aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 21:55:43 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2020-02-18 21:55:43 -0500
commitbac1b2f4856a74317077bd09d0dfa432fae93757 (patch)
tree3799db217f0724290f53d731fcedf39138dca404 /src
parentf99b70d79d8091e34e6078b74a77347ada2a12bc (diff)
downloadspmc-bac1b2f4856a74317077bd09d0dfa432fae93757.tar.gz
Update cmake configs
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt6
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}"
-)