master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 70a3104c49
commit 953a1c3f8b
  1. 3
      examples/CMakeLists.txt
  2. 3
      tests/CMakeLists.txt

@ -28,8 +28,7 @@ if (${CMAKE_VERSION} VERSION_EQUAL "3.1.0" OR
set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD 99)
else() 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
add_compile_options( add_compile_options("$<$<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>")

@ -25,8 +25,7 @@ if (${CMAKE_VERSION} VERSION_EQUAL "3.1.0" OR
set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD 99)
else() 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
add_compile_options( add_compile_options("$<$<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>")

Loading…
Cancel
Save