diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-03 22:40:12 +0900 |
commit | 960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b (patch) | |
tree | c2e3b6efd1273d429ba453ee0d8dc22968d4b6be /CMakeLists.txt | |
parent | 20616c2d72fbd12785620fb6a6d5957ecfde4115 (diff) | |
download | qalculate-tde-960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b.tar.gz qalculate-tde-960e54efee31fe2d530c7d6d6ada4c5bf7cbc89b.zip |
Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 8270d27..cabcee3 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 ) |