2016-09-27 22:01:08 +03:00
|
|
|
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
|
|
|
|
# file Copyright.txt or https://cmake.org/licensing for details.
|
2009-09-28 19:43:28 +04:00
|
|
|
|
2007-05-10 22:08:15 +04:00
|
|
|
#-----------------------------------------------------------------------------
|
|
|
|
# set some special flags for different compilers
|
|
|
|
#
|
2012-08-13 21:47:32 +04:00
|
|
|
if(CMAKE_GENERATOR MATCHES "Visual Studio 7")
|
|
|
|
set(CMAKE_SKIP_COMPATIBILITY_TESTS 1)
|
2012-08-13 21:50:14 +04:00
|
|
|
endif()
|
2007-05-10 22:08:15 +04:00
|
|
|
|
2014-10-14 18:25:32 +04:00
|
|
|
if(WIN32 AND CMAKE_C_COMPILER_ID STREQUAL "Intel")
|
2012-08-13 21:47:32 +04:00
|
|
|
set(_INTEL_WINDOWS 1)
|
|
|
|
endif()
|
2009-10-28 15:42:20 +03:00
|
|
|
|
2007-05-10 22:08:15 +04:00
|
|
|
# Disable deprecation warnings for standard C functions.
|
2009-06-26 00:41:57 +04:00
|
|
|
# really only needed for newer versions of VS, but should
|
2012-08-13 21:42:58 +04:00
|
|
|
# not hurt other versions, and this will work into the
|
2009-06-26 00:41:57 +04:00
|
|
|
# future
|
2012-08-13 21:47:32 +04:00
|
|
|
if(MSVC OR _INTEL_WINDOWS)
|
|
|
|
add_definitions(-D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE)
|
|
|
|
else()
|
|
|
|
endif()
|
2007-05-10 22:08:15 +04:00
|
|
|
|
|
|
|
#silence duplicate symbol warnings on AIX
|
2014-04-11 20:27:01 +04:00
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES "AIX")
|
2012-08-13 21:47:32 +04:00
|
|
|
if(NOT CMAKE_COMPILER_IS_GNUCXX)
|
|
|
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -bhalt:5 ")
|
2012-08-13 21:50:14 +04:00
|
|
|
endif()
|
|
|
|
endif()
|
2007-05-10 22:08:15 +04:00
|
|
|
|
2014-04-11 20:27:01 +04:00
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES "IRIX")
|
2012-08-13 21:47:32 +04:00
|
|
|
if(NOT CMAKE_COMPILER_IS_GNUCXX)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,-woff84 -no_auto_include")
|
|
|
|
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-woff15")
|
2012-08-13 21:50:14 +04:00
|
|
|
endif()
|
|
|
|
endif()
|
2007-05-10 22:08:15 +04:00
|
|
|
|
2014-04-11 20:17:46 +04:00
|
|
|
if(CMAKE_SYSTEM MATCHES "OSF1-V")
|
2012-08-13 21:47:32 +04:00
|
|
|
if(NOT CMAKE_COMPILER_IS_GNUCXX)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -timplicit_local -no_implicit_include ")
|
2012-08-13 21:50:14 +04:00
|
|
|
endif()
|
|
|
|
endif()
|
2007-05-10 22:08:15 +04:00
|
|
|
|
2014-03-28 01:30:23 +04:00
|
|
|
if(CMAKE_SYSTEM_NAME MATCHES "HP-UX" AND CMAKE_CXX_COMPILER_ID MATCHES "HP")
|
2014-04-13 02:48:02 +04:00
|
|
|
# HP aCC since version 3.80 supports the flag +hpxstd98 to get ANSI C++98
|
|
|
|
# template support. It is known that version 6.25 doesn't need that flag.
|
|
|
|
# Versions prior to 3.80 will not be able to build CMake. Current assumption:
|
|
|
|
# it is needed for every version from 3.80 to 4 to get it working.
|
|
|
|
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4 AND
|
|
|
|
NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.80)
|
2014-03-28 01:30:23 +04:00
|
|
|
# use new C++ library and improved template support
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -AA +hpxstd98")
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
2014-11-04 19:01:56 +03:00
|
|
|
# Workaround for short jump tables on PA-RISC
|
|
|
|
if(CMAKE_SYSTEM_PROCESSOR MATCHES "^parisc")
|
2016-09-14 17:11:43 +03:00
|
|
|
if(CMAKE_COMPILER_IS_GNUCC)
|
2014-11-04 19:01:56 +03:00
|
|
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -mlong-calls")
|
|
|
|
endif()
|
|
|
|
if(CMAKE_COMPILER_IS_GNUCXX)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mlong-calls")
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
SolarisStudio: Use alternative standard library to build CMake.
SolarisStudio ships a very old RogueWave standard library
implementation (libCstd) and uses it by default for backward compatibility.
The macros defined when building the system libCstd need to be the same as
the macros defined when using it for binary compatibility reasons etc. The
SolarisStudio compiler driver adds macros such as _RWSTD_NO_MEMBER_TEMPLATES and
_RWSTD_NO_CLASS_PARTIAL_SPEC etc. These macros disable certain APIs in the
standard library headers.
Although the compiler supports the features 'member templates' and 'partial
template specialization', the standard library does not provide APIs which
rely on those features. This means that std::vector::insert in libCStd does
not accept a pair of iterators from a different type of container, because
that requires member templates, and reverse_iterator<const T> can not
be constructed from a reverse_iterator<T> because that requires partial
specialization (or at least the _RWSTD_NO_CLASS_PARTIAL_SPEC define) and
member templates.
This causes many problems while building CMake using SolarisStudio, which
have not been well understood until now. The problems are usually
attributed to compiler limitations, while actually the problem is in
the standard library, as in commit v3.0.0-rc1~99^2~1 (Help: Document non-use
of std::set::insert., 2014-01-24) and commit 107dcac3 (Fix compilation with
the Oracle / Sun compiler (#15318), 2014-12-12).
SolarisStudio 12.3 and earlier also ships a version of stlport which may be
used instead of libCstd by specifying -library=stlport4
https://docs.oracle.com/cd/E18659_01/html/821-1383/bkakg.html
SolarisStudio 12.4 ships a version of libstdc++ from GCC 4.8.2 which may be
used by specifying -std=c++03 or -std=c++11 etc
http://docs.oracle.com/cd/E37069_01/html/E37075/bkamw.html#OSSCPgnaof
Use these more-capable standard library implementations when building cmake.
This will allow more use of 'normal' C++ (such as std::vector::insert), and cause
fewer surprises resulting from dashboards using SolarisStudio.
Because cmake is not a library linked against by 3rd parties and does not have
external dependencies, issues related to mixing code using libCStd and libstdc++
do not apply.
2014-12-31 14:23:50 +03:00
|
|
|
if (CMAKE_CXX_COMPILER_ID STREQUAL SunPro)
|
|
|
|
if (NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 5.13)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03")
|
|
|
|
else()
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -library=stlport4")
|
|
|
|
endif()
|
|
|
|
endif()
|
|
|
|
|
2016-09-28 23:03:14 +03:00
|
|
|
foreach(lang C CXX)
|
|
|
|
# Suppress warnings from PGI compiler.
|
|
|
|
if (CMAKE_${lang}_COMPILER_ID STREQUAL "PGI")
|
|
|
|
set(CMAKE_${lang}_FLAGS "${CMAKE_${lang}_FLAGS} -w")
|
|
|
|
endif()
|
|
|
|
endforeach()
|
|
|
|
|
2007-05-10 22:08:15 +04:00
|
|
|
# use the ansi CXX compile flag for building cmake
|
2012-08-13 21:47:32 +04:00
|
|
|
if (CMAKE_ANSI_CXXFLAGS)
|
|
|
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CMAKE_ANSI_CXXFLAGS}")
|
2012-08-13 21:50:14 +04:00
|
|
|
endif ()
|
2007-05-10 22:08:15 +04:00
|
|
|
|
2012-08-13 21:47:32 +04:00
|
|
|
if (CMAKE_ANSI_CFLAGS)
|
|
|
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CMAKE_ANSI_CFLAGS}")
|
2012-08-13 21:50:14 +04:00
|
|
|
endif ()
|