From c0387327a707ae6159e81328a8b7bb2fed3df2da Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 3 May 2022 22:39:49 +0900 Subject: Remove obsolete setting of CMAKE_MODULE_PATH in cmake files. Signed-off-by: Michele Calgaro --- template/commonCMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'template') diff --git a/template/commonCMakeLists.txt b/template/commonCMakeLists.txt index 83143c04e48..d4b49416ad9 100644 --- a/template/commonCMakeLists.txt +++ b/template/commonCMakeLists.txt @@ -31,7 +31,6 @@ include( FindPkgConfig ) # required for find_package( TDE ) ##### include our cmake modules ################# -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) -- cgit v1.2.1