mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 04:54:35 +00:00
Remove stray characters from hardcoded CFLAGS
The additional '>' characters were appended to the compiler option. Related to #1576.
This commit is contained in:
parent
04f7f55f07
commit
33683ec60e
@ -108,8 +108,8 @@ else()
|
|||||||
# Remove this fallback when removing support for CMake version less than 3.1
|
# Remove this fallback when removing support for CMake version less than 3.1
|
||||||
target_compile_options(glfw PRIVATE
|
target_compile_options(glfw PRIVATE
|
||||||
"$<$<C_COMPILER_ID:AppleClang>:-std=c99>"
|
"$<$<C_COMPILER_ID:AppleClang>:-std=c99>"
|
||||||
"$<$<C_COMPILER_ID:Clang>:-std=c99>>"
|
"$<$<C_COMPILER_ID:Clang>:-std=c99>"
|
||||||
"$<$<C_COMPILER_ID:GNU>:-std=c99>>")
|
"$<$<C_COMPILER_ID:GNU>:-std=c99>")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_compile_definitions(glfw PRIVATE _GLFW_USE_CONFIG_H)
|
target_compile_definitions(glfw PRIVATE _GLFW_USE_CONFIG_H)
|
||||||
|
Loading…
Reference in New Issue
Block a user