aboutsummaryrefslogtreecommitdiffstats
path: root/CheckCXX11SharedPtr.cmake
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-08-16 23:53:44 -0400
committerAlec Thomas <alec@swapoff.org>2013-08-16 23:53:44 -0400
commit451b2f0e1ebeea6e4ffb7b24e208d2b56b6a1e9b (patch)
treee81afff8067e1ab1a2a9466965e1bda374bc08d3 /CheckCXX11SharedPtr.cmake
parent70d2aef8ea1edd50df3050d503eda029fbc4d706 (diff)
Add Python based scripting system (still experimental).
The build system has also been revamped considerably, with the ability to select between std::shared_ptr and boost::shared_ptr, as well as other improvements.
Diffstat (limited to 'CheckCXX11SharedPtr.cmake')
-rw-r--r--CheckCXX11SharedPtr.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/CheckCXX11SharedPtr.cmake b/CheckCXX11SharedPtr.cmake
index 24dc871..0dc3281 100644
--- a/CheckCXX11SharedPtr.cmake
+++ b/CheckCXX11SharedPtr.cmake
@@ -52,9 +52,3 @@ else()
message("-- Using boost::shared_ptr<T> (try -DENTITYX_USE_STD_SHARED_PTR=1 to use std::shared_ptr<T>)")
endif()
endif()
-
-configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/entityx/config.h.in
- ${CMAKE_CURRENT_SOURCE_DIR}/entityx/config.h
-)
-