fish-shell/cmake
David Adam 45633f4a54 cmake: force C++11 in CHECK_CXX_SOURCE_COMPILES for atomic
GCC 4.8 requires the use of `-std=gnu++11` or similar to enable atomic
features. However, older versions of CMake don't pick up the
project-wide target for C++11 when building the configure check targets.
Although CMake policy 0067 could be set to NEW to enable this, it only
exists on CMake 3.8 and newer, while many of our supported platforms are
on an older version.
2019-12-21 22:00:22 +08:00
..
Benchmark.cmake Mark the benchmark as using the terminal 2019-04-13 12:40:12 -07:00
CheckIncludeFiles.cmake cmake: update CheckIncludeFiles to enable C++ checks 2017-11-17 16:21:56 +08:00
ConfigureChecks.cmake cmake: force C++11 in CHECK_CXX_SOURCE_COMPILES for atomic 2019-12-21 22:00:22 +08:00
Docs.cmake Fix clean build of sphinx-docs 2019-10-20 08:15:58 +02:00
gettext.cmake cmake: use the check state stack for __nl_msg_cat_cntr checks 2019-02-19 21:35:30 +08:00
Install.cmake cmake: don't install realpath manpage on non-macOS systems 2019-09-17 20:54:11 +08:00
MacApp.cmake Teach CMake Mac App build to dynamically derive the version 2019-02-05 22:14:43 -08:00
PCRE2.cmake pcre2: move to PCRE2 10.32 2018-12-29 22:54:40 +08:00
Tests.cmake cmake: only define test policy on old versions 2019-11-01 20:58:40 +08:00
Version.cmake git_version_gen: add support for out-of-tree tarballs 2018-08-28 23:10:24 +08:00