diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:49 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:49 +0900 |
commit | c0387327a707ae6159e81328a8b7bb2fed3df2da (patch) | |
tree | f60f89695b13837841fb58a0851e332f9408fa77 /template | |
parent | 0d220fa05e095cb2cbafab3376bd5fa9df1191e7 (diff) | |
download | tde-i18n-c0387327a707ae6159e81328a8b7bb2fed3df2da.tar.gz tde-i18n-c0387327a707ae6159e81328a8b7bb2fed3df2da.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'template')
-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 83143c04e48..d4b49416ad9 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 ) |