summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-19 14:12:45 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-10-19 14:12:45 -0400
commit6fde4f4bf3899c3958d8f3618fbbe817cfb40db2 (patch)
tree00d585df72c5c3c9ce990ac9dde54a94f567a0bb
parent48dbbcff78944628b56d98a663f682e91023245c (diff)
downloadc++-6fde4f4bf3899c3958d8f3618fbbe817cfb40db2.tar.gz
c++-6fde4f4bf3899c3958d8f3618fbbe817cfb40db2.tar.bz2
c++-6fde4f4bf3899c3958d8f3618fbbe817cfb40db2.zip
don't install cmake file
-rw-r--r--lib/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index a31500e..1df9807 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -12,6 +12,3 @@ install(TARGETS wolff EXPORT wolffConfig
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
-install(EXPORT wolffConfig DESTINATION share/wolff/cmake)
-
-export(TARGETS wolff FILE wolffConfig.cmake)