mirror of
https://github.com/DaveGamble/cJSON
synced 2024-12-22 14:42:06 +00:00
Remove non-functional list handling of compiler flags
This commit is contained in:
parent
19396a49a6
commit
98f9eb0412
@ -102,13 +102,10 @@ foreach(compiler_flag ${custom_compiler_flags})
|
|||||||
|
|
||||||
CHECK_C_COMPILER_FLAG(${compiler_flag} "FLAG_SUPPORTED_${current_variable}")
|
CHECK_C_COMPILER_FLAG(${compiler_flag} "FLAG_SUPPORTED_${current_variable}")
|
||||||
if (FLAG_SUPPORTED_${current_variable})
|
if (FLAG_SUPPORTED_${current_variable})
|
||||||
list(APPEND supported_compiler_flags)
|
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${compiler_flag}")
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${compiler_flag}")
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${supported_compiler_flags}")
|
|
||||||
|
|
||||||
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
|
option(BUILD_SHARED_LIBS "Build shared libraries" ON)
|
||||||
option(ENABLE_TARGET_EXPORT "Enable exporting of CMake targets. Disable when it causes problems!" ON)
|
option(ENABLE_TARGET_EXPORT "Enable exporting of CMake targets. Disable when it causes problems!" ON)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user