branch:
details: http://enblend.hg.sourceforge.net/hgweb/enblend/enblend/hg/p/enblend/code/rev/84b3d25e55eb
changeset: 1539:84b3d25e55eb
user: tmodes <tm...@us...>
date: Sat Nov 23 15:55:15 2019 +0100
description:
CMake: Remove now obsolete tests
diffstat:
ConfigureChecks.cmake | 36 ------------------------------------
VERSION | 2 +-
2 files changed, 1 insertions(+), 37 deletions(-)
diffs (49 lines):
diff -r 85361528635a -r 84b3d25e55eb ConfigureChecks.cmake
--- a/ConfigureChecks.cmake Sat Nov 23 15:03:53 2019 +0100
+++ b/ConfigureChecks.cmake Sat Nov 23 15:55:15 2019 +0100
@@ -186,39 +186,3 @@
int main(){char b;char *a = strerror_r(0, &b, 0); return(0);}
"
STRERROR_R_CHAR_P)
-
-SET(SAFE_CMAKE_REQUIRED_FLAGS "${CMAKE_REQUIRED_FLAGS}")
-SET(CMAKE_REQUIRED_FLAGS "${CMAKE_CXX_FLAGS}")
-check_cxx_source_compiles(
- "
- #include <string>
- #include <type_traits>
- #include <utility>
-
- int main()
- {
- std::string s(\"foo\");
- const std::string& const_s = std::as_const(s);
- return 0;
- }
- "
-
- HAVE_AS_CONST
-)
-
-check_cxx_source_compiles(
- "
- #include <filesystem>
- #include <string>
-
- int main()
- {
- std::tr2::sys::path filepath;
- std::string s=filepath.filename().string();
- return 0;
- };
- "
- HAVE_STD_FILESYSTEM
-)
-
-SET(CMAKE_REQUIRED_FLAGS "${SAFE_CMAKE_REQUIRED_FLAGS}")
diff -r 85361528635a -r 84b3d25e55eb VERSION
--- a/VERSION Sat Nov 23 15:03:53 2019 +0100
+++ b/VERSION Sat Nov 23 15:55:15 2019 +0100
@@ -1,1 +1,1 @@
-4.3-b7ed254a9d70
+4.3-85361528635a
|