We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09cf1d commit 99df57aCopy full SHA for 99df57a
CMakeLists.txt
@@ -618,7 +618,7 @@ if(SFML_FOUND AND NOT SFML_VERSION_MAJOR) # SFML 1.x doesn't define SFML_VERSION
618
else()
619
message("Using static SFML ${SFML_FIND_VERSION_MAJOR}.${SFML_FIND_VERSION_MINOR} from Externals")
620
add_subdirectory(Externals/SFML)
621
- include_directories(Externals/SFML/include)
+ include_directories(BEFORE Externals/SFML/include)
622
endif()
623
624
if(USE_UPNP)
Externals/SFML/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-include_directories(include)
+include_directories(BEFORE include)
2
3
set(SRCS src/SFML/Network/Ftp.cpp
4
src/SFML/Network/Http.cpp
0 commit comments