diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:44 +0900 |
commit | 33d141259991cbb5896268de24f778a3c70ae750 (patch) | |
tree | fe3a380ee966034a78cab3f0a32a44db761fb2df | |
parent | 3faef26fb3684c2bd11b6ef5cc347e6c7ac906d4 (diff) | |
download | tqtinterface-33d141259991cbb5896268de24f778a3c70ae750.tar.gz tqtinterface-33d141259991cbb5896268de24f778a3c70ae750.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d004b86..ddbacf0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,6 @@ include( GNUInstallDirs OPTIONAL ) ##### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |