diff options
author | Michele Calgaro <[email protected]> | 2022-05-04 16:23:49 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-04 16:23:49 +0900 |
commit | 01852ea7118e640ebab5966739babe6cbb64cf5b (patch) | |
tree | 0629c7c5d190c007a347f647001efb91c6b9490c /CMakeLists.txt | |
parent | 91df5bf88993f76f18ad165f6bfb9cb005278851 (diff) | |
download | kbfx-01852ea7118e640ebab5966739babe6cbb64cf5b.tar.gz kbfx-01852ea7118e640ebab5966739babe6cbb64cf5b.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 0faabd7..2195df6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,7 +31,6 @@ include( FindPkgConfig ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |