swh:1:snp:3cba5856b0ddc3feab6c3c2d096d614b02c883ec
Raw File
Tip revision: adf5f253ec029aec4ee7aadb95c6f908030fb98b authored by Brad King on 04 November 2016, 12:30:22 UTC
CMake 3.7.0-rc3
Tip revision: adf5f25
CYGWIN-Determine-CXX.cmake
if(NOT CMAKE_CXX_COMPILER_NAMES)
  set(CMAKE_CXX_COMPILER_NAMES c++)
endif()

# Exclude C++ compilers differing from C compiler only by case
# because this platform may have a case-insensitive filesystem.
set(CMAKE_CXX_COMPILER_EXCLUDE CC aCC xlC)
back to top