diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
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) |