diff options
author | Michele Calgaro <[email protected]> | 2022-05-03 22:40:08 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-05-03 22:40:08 +0900 |
commit | 47f11820fd68578cc5b5a74586fd6bf3ad41b5ba (patch) | |
tree | 1527d7b3690b8a213d2f77f78a0879593113a1ce /CMakeLists.txt | |
parent | ded101ee2bc4956b4054e0af868909c0dbae42d1 (diff) | |
download | tde-style-lipstik-47f11820fd68578cc5b5a74586fd6bf3ad41b5ba.tar.gz tde-style-lipstik-47f11820fd68578cc5b5a74586fd6bf3ad41b5ba.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 fc66a49..24a3811 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 ) |