Ahmad Fatoum
6 anni fa
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: C3EAC3DE9321D59B
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
utils.cmake
|
|
@ -38,7 +38,7 @@ endif() |
|
|
|
|
|
|
|
if(WITH_SYSTEM_GLFW STREQUAL "ON") |
|
|
|
find_package(glfw3 3.2.1 REQUIRED) |
|
|
|
else(WITH_SYSTEM_GLFW STREQUAL "IF_POSSIBLE") |
|
|
|
elseif(WITH_SYSTEM_GLFW STREQUAL "IF_POSSIBLE") |
|
|
|
find_package(glfw3 3.2.1) |
|
|
|
endif() |
|
|
|
if (glfw3_FOUND) |
|
|
|