cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake

5 lines
198 B
CMake
Raw Normal View History

2015-04-27 22:25:09 +02:00
2018-04-23 21:13:27 +02:00
set(_compiler_id_pp_test "defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800)")
2015-04-27 22:25:09 +02:00
include("${CMAKE_CURRENT_LIST_DIR}/IBMCPP-C-DetermineVersionInternal.cmake")