mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Should work now.
This commit is contained in:
parent
5a8a1bc6a6
commit
13ea56895d
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ 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_MAJOR EQUAL 1))
|
if(SFML_FOUND AND NOT SFML_VERSION_MAJOR) # SFML 1.x doesn't define SFML_VERSION_MAJOR
|
||||||
message("Using shared SFML")
|
message("Using shared SFML")
|
||||||
else()
|
else()
|
||||||
message("Shared SFML < 2.0 not found, falling back to the static library")
|
message("Shared SFML < 2.0 not found, falling back to the static library")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue