Skip to content
Snippets Groups Projects
Commit 766c8c55 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

Set 'CMAKE_include_directories_BEFORE' to ON

parent c087ee5b
No related branches found
No related tags found
No related merge requests found
......@@ -35,9 +35,14 @@ endif()
#-------------------------------------------------------------------------------
set(CMAKE_VERBOSE_MAKEFILES OFF)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Ensure that the include directories added are always taken first.
set(CMAKE_include_directories_BEFORE ON)
#set(CMAKE_SKIP_BUILD_RPATH TRUE)
#set(CMAKE_CXX_COMPILER g++)
# Enable usage of ccacheto speed up the compilation
#set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE ccache)
#-------------------------------------------------------------------------------
# Platform handling
#-------------------------------------------------------------------------------
......
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