diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-19 14:12:45 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-19 14:12:45 -0400 |
commit | 6fde4f4bf3899c3958d8f3618fbbe817cfb40db2 (patch) | |
tree | 00d585df72c5c3c9ce990ac9dde54a94f567a0bb /lib | |
parent | 48dbbcff78944628b56d98a663f682e91023245c (diff) | |
download | c++-6fde4f4bf3899c3958d8f3618fbbe817cfb40db2.tar.gz c++-6fde4f4bf3899c3958d8f3618fbbe817cfb40db2.tar.bz2 c++-6fde4f4bf3899c3958d8f3618fbbe817cfb40db2.zip |
don't install cmake file
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CMakeLists.txt | 3 |
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) |