mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Try again.
This commit is contained in:
parent
faf6ce6d85
commit
5a8a1bc6a6
@ -315,10 +315,10 @@ set(SFML_FIND_VERSION TRUE)
|
|||||||
set(SFML_FIND_VERSION_MAJOR 1)
|
set(SFML_FIND_VERSION_MAJOR 1)
|
||||||
set(SFML_FIND_VERSION_MINOR 5)
|
set(SFML_FIND_VERSION_MINOR 5)
|
||||||
include(FindSFML OPTIONAL)
|
include(FindSFML OPTIONAL)
|
||||||
if(SFML_FOUND AND SFML_VERSION_OK AND (SFML_VERSION_MAJOR EQUAL 1))
|
if(SFML_FOUND AND (SFML_VERSION_MAJOR EQUAL 1))
|
||||||
message("Using shared SFML")
|
message("Using shared SFML")
|
||||||
else()
|
else()
|
||||||
message("Shared (1.5 <= SFML < 2.0) not found, falling back to the static library")
|
message("Shared SFML < 2.0 not found, falling back to the static library")
|
||||||
add_subdirectory(Externals/SFML)
|
add_subdirectory(Externals/SFML)
|
||||||
include_directories(Externals/SFML/include)
|
include_directories(Externals/SFML/include)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user