CMake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake
Stephen Kelly 9d285600d4 Project: Generate the CXX compiler Id test from multiple files.
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.
2014-05-07 14:00:00 +02:00

5 lines
158 B
CMake

set(_compiler_id_pp_test "defined(__IBMCPP__) && defined(__COMPILER_VER__)")
include("${CMAKE_CURRENT_LIST_DIR}/IBMCPP-CXX-DetermineVersionInternal.cmake")