diff options
Diffstat (limited to 'CheckCXX11SharedPtr.cmake')
-rw-r--r-- | CheckCXX11SharedPtr.cmake | 6 |
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 -) - |