From dad3088d9c053a905cc2320b53e4ec3e29d9d452 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 May 2022 16:23:53 +0900 Subject: Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. Signed-off-by: Michele Calgaro --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a3a6857..7b1a669 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,6 @@ include( CheckStructHasMember ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) -- cgit v1.2.1