https://github.com/Kitware/CMake
Raw File
Tip revision: e31084e65745f9dd422c6aff0a2ed4ada6918805 authored by Brad King on 07 July 2016, 13:17:24 UTC
CMake 3.6.0
Tip revision: e31084e
XL-C-DetermineCompiler.cmake

set(_compiler_id_pp_test "defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800")

include("${CMAKE_CURRENT_LIST_DIR}/IBMCPP-C-DetermineVersionInternal.cmake")
back to top