diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:58 +0900 |
commit | 3996054ac1ac23ccce161df8dcc2260a5dede7f3 (patch) | |
tree | 20a95ebdfd2d351ae0db1ec65107d5c204bc6da3 /CMakeLists.txt | |
parent | 90d7aaba86cb7e718e0aa4678a7343f1cb2ea6d9 (diff) | |
download | kplayer-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.txt | 1 |
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 ) |