From 5a4577efe2428cdf7ef661260175d17e79f60913 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Nov 2021 22:07:33 +0900 Subject: Guarded g_object_ref/unref to avoid warning messages when the pointer is NULL. Signed-off-by: Michele Calgaro --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fb52aa96c..ba276505b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,8 +26,6 @@ cmake_minimum_required( VERSION 2.8.12 ) include( FindPkgConfig ) include( CheckCXXSourceCompiles ) include( CheckSymbolExists ) - -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) include( TDEMacros ) -- cgit v1.2.1