You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
310 B
8 lines
310 B
set(_cmake_oldestSupported "_MSC_VER >= 1600")
|
|
|
|
set(_cmake_feature_test_c_restrict "_MSC_VER >= 1927")
|
|
set(_cmake_feature_test_c_static_assert "_MSC_VER >= 1928")
|
|
|
|
set(_cmake_feature_test_c_variadic_macros "${_cmake_oldestSupported}")
|
|
set(_cmake_feature_test_c_function_prototypes "${_cmake_oldestSupported}")
|