Drop unused CMake_HAVE_CXX_UNIQUE_PTR macro

We now require C++11 `std::unique_ptr` support from the compiler,
so none of our code is conditioned on the macro.
This commit is contained in:
Brad King
2017-09-28 09:48:37 -04:00
parent 50e4a45b9f
commit 42f4e6974c

View File

@@ -24,7 +24,6 @@
#cmakedefine CMake_HAVE_CXX_GNU_FALLTHROUGH
#cmakedefine CMake_HAVE_CXX_ATTRIBUTE_FALLTHROUGH
#cmakedefine CMake_HAVE_CXX_MAKE_UNIQUE
#cmakedefine CMake_HAVE_CXX_UNIQUE_PTR
#define CMAKE_BIN_DIR "/@CMAKE_BIN_DIR@"
#define CMAKE_DATA_DIR "/@CMAKE_DATA_DIR@"