mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Should work now.
This commit is contained in:
parent
5a8a1bc6a6
commit
13ea56895d
@ -315,7 +315,7 @@ set(SFML_FIND_VERSION TRUE)
|
||||
set(SFML_FIND_VERSION_MAJOR 1)
|
||||
set(SFML_FIND_VERSION_MINOR 5)
|
||||
include(FindSFML OPTIONAL)
|
||||
if(SFML_FOUND AND (SFML_VERSION_MAJOR EQUAL 1))
|
||||
if(SFML_FOUND AND NOT SFML_VERSION_MAJOR) # SFML 1.x doesn't define SFML_VERSION_MAJOR
|
||||
message("Using shared SFML")
|
||||
else()
|
||||
message("Shared SFML < 2.0 not found, falling back to the static library")
|
||||
|
Loading…
x
Reference in New Issue
Block a user