diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-26 09:00:38 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-07-05 20:03:26 +0200 |
commit | a9b9b1d05ae89421cfd6da2ba77b783925b3fda9 (patch) | |
tree | 016714cde208c245cbeeafd61f3bafc67352ad55 | |
parent | 5cdf4f96d336aaa3ce45160cf9119d8567d97648 (diff) | |
download | kbfx-a9b9b1d05ae89421cfd6da2ba77b783925b3fda9.tar.gz kbfx-a9b9b1d05ae89421cfd6da2ba77b783925b3fda9.zip |
Remove references to cmakemodules
(cherry picked from commit 79343d3e3afd40afc2fe34937dd598d8780290d7)
-rw-r--r-- | CMakeLists.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5dc01cb..b69a4fd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,21 +109,6 @@ tde_conditional_add_subdirectory( BUILD_TRANSLATIONS po ) SET(DIST_INCLUDE "kbfx-9999.ebuild kbfx.spec kbfx-${GENTOO_VERSION}.ebuild strigi-${STRIGI_VERSION}.ebuild") SET(DIST_EXCLUDE "Helperstuff") -configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules/makedist.sh.in" - "${CMAKE_CURRENT_BINARY_DIR}/makedist.sh" - IMMEDIATE - @ONLY) -add_custom_target(dist - "${CMAKE_BINARY_DIR}/makedist.sh" - WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) - -configure_file( - "${CMAKE_CURRENT_SOURCE_DIR}/cmakemodules/cmake_uninstall.cmake.in" - "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake" - IMMEDIATE @ONLY) -add_custom_target(uninstall - "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") ##### write configure files ##################### |