Explorar o código

CMake: Fix typo in GLFW detection

Let it be noted I utterly dislike their syntax.
Ahmad Fatoum %!s(int64=7) %!d(string=hai) anos
pai
achega
2b2b1f91ee
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils.cmake

+ 1 - 1
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)