diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:45 +0900 |
commit | 8dbed86e97e91415726470f8b88f6f6336f90364 (patch) | |
tree | a92e663befa5bc19f352ed84e9108256e2b97ec9 | |
parent | 794d223c3562387e87478fc034a7bd6ba3436a5b (diff) | |
download | tqca-8dbed86e97e91415726470f8b88f6f6336f90364.tar.gz tqca-8dbed86e97e91415726470f8b88f6f6336f90364.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 6aa80a0..fd59c92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ include( GNUInstallDirs OPTIONAL ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |