mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
9d285600d4
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components.
5 lines
179 B
CMake
5 lines
179 B
CMake
|
|
set(_compiler_id_pp_test "defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/IBMCPP-CXX-DetermineVersionInternal.cmake")
|