diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:37 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-05-04 16:23:37 +0900 |
commit | 1e1cfbfc566b278b3a54813f249687cefffcb05c (patch) | |
tree | 5db3d9643393199ec4a3dbddb3cf9bd651d63c2e /CMakeLists.txt | |
parent | db07a7b5f3bb0d9b360dfab7e20d747263e2730e (diff) | |
download | kpicosim-1e1cfbfc566b278b3a54813f249687cefffcb05c.tar.gz kpicosim-1e1cfbfc566b278b3a54813f249687cefffcb05c.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 63c9588..c59b02c 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 ) |