diff options
Diffstat (limited to 'template/commonCMakeLists.txt')
-rw-r--r-- | template/commonCMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index 1ce2ad655b6..02b3efccaf5 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -31,7 +31,6 @@ include( FindPkgConfig ) # required for find_package( TDE ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |