We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244b01a commit 59b0165Copy full SHA for 59b0165
CMakeLists.txt
@@ -387,7 +387,7 @@ include(GNUInstallDirs)
387
#-------------------------------
388
# Recurse into the src directory
389
390
-include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)
+include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR}/src)
391
392
add_subdirectory(src)
393
0 commit comments