From 451b2f0e1ebeea6e4ffb7b24e208d2b56b6a1e9b Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Fri, 16 Aug 2013 23:53:44 -0400 Subject: 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. --- CheckCXX11SharedPtr.cmake | 6 ------ 1 file changed, 6 deletions(-) (limited to 'CheckCXX11SharedPtr.cmake') 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 (try -DENTITYX_USE_STD_SHARED_PTR=1 to use std::shared_ptr)") endif() endif() - -configure_file( - ${CMAKE_CURRENT_SOURCE_DIR}/entityx/config.h.in - ${CMAKE_CURRENT_SOURCE_DIR}/entityx/config.h -) - -- cgit v1.2.3