aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-12-20 00:24:01 -0500
committerAlec Thomas <alec@swapoff.org>2013-12-20 00:24:01 -0500
commitd74c47d8a9c3acbdc8fdd6ff3712c66f4f90b7d5 (patch)
treec26b774c409d2fa68606aa5aac9ac1b054618679 /CMakeLists.txt
parentdad637cdec9c24b34ad430aee0e55553d6ea238d (diff)
Event delivery to/from Python and C++.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 104efb1..f49c75f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -146,7 +146,6 @@ if (ENTITYX_BUILD_PYTHON AND Boost_PYTHON_LIBRARY)
list(APPEND install_libs entityx_python_shared)
endif (ENTITYX_BUILD_SHARED)
set(CMAKE_REQUIRED_FLAGS ${CMAKE_CXX_FLAGS})
- include(CheckNeedGetPointer.cmake)
endif (ENTITYX_BUILD_PYTHON AND Boost_PYTHON_LIBRARY)
if (ENTITYX_BUILD_TESTING)