diff options
author | Alec Thomas <alec@swapoff.org> | 2014-10-12 20:58:38 +1100 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2014-10-12 20:58:38 +1100 |
commit | 898a091530048343563f3fa59aa8a16392569133 (patch) | |
tree | 7e72e4866730165b13940042efa7646ea5a5dca2 /CMakeLists.txt | |
parent | 75fe7e6cda495f42578d4d86188cc38d7ab9e3d8 (diff) | |
parent | 1a75741a677982f73e6e4f3526b3cf91e731cefd (diff) |
Merge pull request #53 from kumar8600/patch-2
Make true default ENTITY_BUILD_SHARED
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b201e1..e8da352 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include_directories(${CMAKE_CURRENT_LIST_DIR}) set(ENTITYX_BUILD_TESTING false CACHE BOOL "Enable building of tests.") set(ENTITYX_RUN_BENCHMARKS false CACHE BOOL "Run benchmarks (in conjunction with -DENTITYX_BUILD_TESTING=1).") set(ENTITYX_MAX_COMPONENTS 64 CACHE STRING "Set the maximum number of components.") -set(ENTITYX_BUILD_SHARED false CACHE BOOL "Build shared libraries?") +set(ENTITYX_BUILD_SHARED true CACHE BOOL "Build shared libraries?") include(${CMAKE_ROOT}/Modules/CheckIncludeFile.cmake) include(CheckCXXSourceCompiles) |