diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:39:44 +0900 |
commit | 6dc0099e35d8c21e50e631e04b9f0506efec4ea4 (patch) | |
tree | 6310bc50fb4c739f642da1bb378748dd894b6dd5 | |
parent | 07a4b4addbffff91dfc8c6c404d09a5d70609a38 (diff) | |
download | akode-6dc0099e35d8c21e50e631e04b9f0506efec4ea4.tar.gz akode-6dc0099e35d8c21e50e631e04b9f0506efec4ea4.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index f2ee6e6..ad11eb3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,6 @@ include( CheckStructHasMember ) ##### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |