ref: 52728613302e732a5fed798ae411db7fa25b7497
parent: 0e99e773378bda3b08a3f2ec5168a77c3a20bfda
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Apr 25 23:42:36 EDT 2019
Remove leftover debug print
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -362,7 +362,6 @@
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()