diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:57 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:57 +0900 |
commit | 043973b2fb1054138447a03d666e4dd5e2f8fb4a (patch) | |
tree | e46fb14fca01c907c516d689ee0c16bd7b74843c /CMakeLists.txt | |
parent | 0a79d229af54a87289e42ad2f451c073fc430347 (diff) | |
download | codeine-043973b2fb1054138447a03d666e4dd5e2f8fb4a.tar.gz codeine-043973b2fb1054138447a03d666e4dd5e2f8fb4a.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 35185b8..e6de98e 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 ) |