From 52728613302e732a5fed798ae411db7fa25b7497 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 26 Apr 2019 03:42:36 +0100 Subject: [PATCH] Remove leftover debug print --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ba12de00..1ffe7d6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -362,7 +362,6 @@ else() set(OPTION_BUILD_EXAMPLES OFF) # Needed to prevent a name collision add_subdirectory(external/fltk EXCLUDE_FROM_ALL) get_target_property(DIRS fltk INCLUDE_DIRECTORIES) # FLTK doesn't mark its includes as PUBLIC or INTERFACE, so we have to do this stupidity - message(STATUS "DIRS is ${DIRS}") target_include_directories(DoConfig PRIVATE ${DIRS}) target_link_libraries(DoConfig fltk) endif()