Kaynağa Gözat
CMake: Fix typo in GLFW detection
Let it be noted I utterly dislike their syntax.
pull/456/head
Ahmad Fatoum
6 yıl önce
ebeveyn
işleme
2b2b1f91ee
Veri tabanında bu imza için bilinen anahtar bulunamadı
GPG Anahtar Kimliği: C3EAC3DE9321D59B
1 değiştirilmiş dosya ile
1 ekleme ve
1 silme
-
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) |
|
|
|