summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-05-03 22:40:09 +0900
commit0093e87a399002b0ae610e5f6c3be480e7d7fd70 (patch)
treedbd7cfd4850c5cee251a3409b5e86cf5c2d0dc57 /CMakeLists.txt
parentcf00e23a57a63647a26467fa3da90bc346b74f25 (diff)
downloadtwin-style-suse2-0093e87a399002b0ae610e5f6c3be480e7d7fd70.tar.gz
twin-style-suse2-0093e87a399002b0ae610e5f6c3be480e7d7fd70.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a121cb9..af8fdf3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ include( CheckCXXSourceCompiles )
#### include our cmake modules
-set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
include( TDEMacros )