Current Path :
/
usr
/
share
/
cmake
/
Modules
/
Platform
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/share/cmake/Modules/Platform/CYGWIN-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)