diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:45 +0900 |
commit | 9b4881ae69bdc0928c9907dd2008702b66e8dd8d (patch) | |
tree | 047a198a87c64fa8ac3cb17eb6c9b0185efda01f | |
parent | e89648d8d7191dfeeb11ffb3266fd72eea4e8d16 (diff) | |
download | keximdb-9b4881ae69bdc0928c9907dd2008702b66e8dd8d.tar.gz keximdb-9b4881ae69bdc0928c9907dd2008702b66e8dd8d.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 458d407..8e554a1 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 ) |