diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:53 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:53 +0900 |
commit | a1a907a663859b11acfc0a937b12ac32e59b8443 (patch) | |
tree | 4a6165000d5c4e441cee4db053ce5093f947c5b0 /CMakeLists.txt | |
parent | aa945dbb01c48555576a83b57ad2c0a76550baa5 (diff) | |
download | tdeio-gopher-a1a907a663859b11acfc0a937b12ac32e59b8443.tar.gz tdeio-gopher-a1a907a663859b11acfc0a937b12ac32e59b8443.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 83e5a13..ac71644 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ include( FindPkgConfig ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |