diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:31 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:31 +0900 |
commit | b4595aac7ff380d28363ff8a5385c68997e3c1ae (patch) | |
tree | 1221ae0473cef978c8308d688b0d0f1369bf8923 | |
parent | c6171275dad270f7248abdbe3c375f29e0c0366a (diff) | |
download | libr-b4595aac7ff380d28363ff8a5385c68997e3c1ae.tar.gz libr-b4595aac7ff380d28363ff8a5385c68997e3c1ae.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 158577b..757a381 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ include( CheckSymbolExists ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |