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

5 lines
174 B
CMake
Raw Normal View History

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