Remove leftover debug print
This commit is contained in:
parent
0e99e77337
commit
5272861330
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue