[Cmake-commits] CMake branch, next, updated. v3.0.0-rc4-2477-g757558a
Rolf Eike Beer
eike at sf-mail.de
Sat Apr 19 07:05:00 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 757558a3b00f81bea683e72102c6b324f33ae9ef (commit)
via df26b412d56944968af99672f6a7871a2c2ca228 (commit)
from 5190144cdf0a6636929dcaab271844b2306ef940 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=757558a3b00f81bea683e72102c6b324f33ae9ef
commit 757558a3b00f81bea683e72102c6b324f33ae9ef
Merge: 5190144 df26b41
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat Apr 19 07:04:59 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Apr 19 07:04:59 2014 -0400
Merge topic 'hp-cpp98-tests' into next
df26b412 add comment why C++98 extensions are needed
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=df26b412d56944968af99672f6a7871a2c2ca228
commit df26b412d56944968af99672f6a7871a2c2ca228
Author: Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat Apr 19 13:04:45 2014 +0200
Commit: Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sat Apr 19 13:04:45 2014 +0200
add comment why C++98 extensions are needed
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt
index 8cea6a4..30daf3a 100644
--- a/Tests/Complex/CMakeLists.txt
+++ b/Tests/Complex/CMakeLists.txt
@@ -396,6 +396,9 @@ endif()
# This tests needs Ansi C++98
#
set(CMAKE_CXX_STANDARD 98)
+#
+# GNU extensions are needed for stricmp() on Windows.
+#
set(CMAKE_CXX_EXTENSIONS TRUE)
# Those version of the HP compiler that need a flag to get proper C++98
diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt
index 56f04e8..8c56bfc 100644
--- a/Tests/ComplexOneConfig/CMakeLists.txt
+++ b/Tests/ComplexOneConfig/CMakeLists.txt
@@ -366,6 +366,9 @@ endif()
# This tests needs Ansi C++98
#
set(CMAKE_CXX_STANDARD 98)
+#
+# GNU extensions are needed for stricmp() on Windows.
+#
set(CMAKE_CXX_EXTENSIONS TRUE)
# Those version of the HP compiler that need a flag to get proper C++98
-----------------------------------------------------------------------
Summary of changes:
Tests/Complex/CMakeLists.txt | 3 +++
Tests/ComplexOneConfig/CMakeLists.txt | 3 +++
2 files changed, 6 insertions(+)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list