diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:39:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:39:45 +0900 |
commit | f6f78423419cf70d6462b87d4638c6288d4f62ba (patch) | |
tree | 9dab98316fc427caf52774f32671984df6ef470d | |
parent | 4feebc179a0b455239495b034f131f3a720f2647 (diff) | |
download | tqscintilla-f6f78423419cf70d6462b87d4638c6288d4f62ba.tar.gz tqscintilla-f6f78423419cf70d6462b87d4638c6288d4f62ba.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 36c5298..7196a4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,6 @@ include( GNUInstallDirs OPTIONAL ) #### include our cmake modules -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) |