summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2022-05-03 22:39:58 +0900
committerMichele Calgaro <[email protected]>2022-05-03 22:39:58 +0900
commit3996054ac1ac23ccce161df8dcc2260a5dede7f3 (patch)
tree20a95ebdfd2d351ae0db1ec65107d5c204bc6da3 /CMakeLists.txt
parent90d7aaba86cb7e718e0aa4678a7343f1cb2ea6d9 (diff)
downloadkplayer-3996054ac1ac23ccce161df8dcc2260a5dede7f3.tar.gz
kplayer-3996054ac1ac23ccce161df8dcc2260a5dede7f3.zip
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
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 54722ed..fc303c1 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 )