From dbd6e6e3882c05bcc209b654eb8f4945c40bcafb Mon Sep 17 00:00:00 2001 From: ajneu Date: Fri, 1 Dec 2017 21:46:36 +0100 Subject: [PATCH] cmake: remove include_directories() command that is missing directory --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8aefbcc..b5f9e82 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ else( ) add_definitions( -DHAS_REMOTE_API=1 ) add_definitions( -DUSE_OS_TZDB=0 ) find_package( CURL REQUIRED ) - include_directories( SYSTEM ) include_directories( SYSTEM ${CURL_INCLUDE_DIRS} ) set( OPTIONAL_LIBRARIES ${CURL_LIBRARIES} ) endif( )