mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2025-02-03 19:57:42 +08:00
9 lines
301 B
CMake
9 lines
301 B
CMake
|
set(_cmake_oldestSupported "_MSC_VER >= 1600")
|
||
|
|
||
|
# Not yet supported:
|
||
|
#set(_cmake_feature_test_c_static_assert "")
|
||
|
#set(_cmake_feature_test_c_restrict "")
|
||
|
|
||
|
set(_cmake_feature_test_c_variadic_macros "${_cmake_oldestSupported}")
|
||
|
set(_cmake_feature_test_c_function_prototypes "${_cmake_oldestSupported}")
|