Skip to content
Snippets Groups Projects
Commit 6b96d9db authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

ENH: to avoid on leod to use opt/local/include files and generate conflict during flrk building WIP

parent b18d046d
No related branches found
No related tags found
No related merge requests found
......@@ -334,7 +334,7 @@ UTILITY_SOURCE(FLUID_COMMAND fluid fluid fluid.cxx)
SET(FLUID_COMMAND "${FLUID_COMMAND}" CACHE INTERNAL "" FORCE)
# Include header files in fltk binary tree
INCLUDE_DIRECTORIES(${FLTK_BINARY_DIR})
INCLUDE_DIRECTORIES(BEFORE ${FLTK_BINARY_DIR})
# Do the build of fltk libraries and fluid
SUBDIRS(src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment