Related to #1585.
This commit is contained in:
Camilla Löwy
2019-10-24 16:20:43 +02:00
parent 4d0ae4ffa7
commit 04f7f55f07
2 changed files with 4 additions and 5 deletions
+3 -4
View File
@@ -100,10 +100,9 @@ set_target_properties(glfw PROPERTIES
POSITION_INDEPENDENT_CODE ON
FOLDER "GLFW3")
if (
${CMAKE_VERSION} VERSION_EQUAL "3.1.0" OR
${CMAKE_VERSION} VERSION_GREATER "3.1.0"
)
if (${CMAKE_VERSION} VERSION_EQUAL "3.1.0" OR
${CMAKE_VERSION} VERSION_GREATER "3.1.0")
set_target_properties(glfw PROPERTIES C_STANDARD 99)
else()
# Remove this fallback when removing support for CMake version less than 3.1