From 2a6e163b02ac5044d74a44ed15f8aa7af687aea5 Mon Sep 17 00:00:00 2001 From: Rob Peters Date: Mon, 9 Nov 2020 13:41:44 +0100 Subject: [PATCH] Removed prevention of in-source-folder build --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f1db5e318..c2f98d541 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,8 +75,8 @@ project(jsoncpp message(STATUS "JsonCpp Version: ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH}") set(PROJECT_SOVERSION 24) -include(${CMAKE_CURRENT_SOURCE_DIR}/include/PreventInSourceBuilds.cmake) -include(${CMAKE_CURRENT_SOURCE_DIR}/include/PreventInBuildInstalls.cmake) +# include(${CMAKE_CURRENT_SOURCE_DIR}/include/PreventInSourceBuilds.cmake) +# include(${CMAKE_CURRENT_SOURCE_DIR}/include/PreventInBuildInstalls.cmake) option(JSONCPP_WITH_TESTS "Compile and (for jsoncpp_check) run JsonCpp test executables" ON) option(JSONCPP_WITH_POST_BUILD_UNITTEST "Automatically run unit-tests as a post build step" ON)