From db31c2f832dd4067e4670dd469fe3b696188576b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Feb 2017 22:49:10 +0300 Subject: Add configure flag for use physfs. New configure option: --without-physfs For now manaplus cant be compiled without physfs. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5eb5c2c91..a7e2c3c28 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -30,7 +30,7 @@ IF (ENABLE_TMWA) SET(FLAGS "${FLAGS} -DTMWA_SUPPORT=1") ENDIF() -SET(FLAGS "${FLAGS} -DENABLE_LIBXML -DENABLE_ASSERTS") +SET(FLAGS "${FLAGS} -DENABLE_LIBXML -DENABLE_ASSERTS -DUSE_PHYSFS") IF (CMAKE_BUILD_TYPE) STRING(TOLOWER ${CMAKE_BUILD_TYPE} CMAKE_BUILD_TYPE_TOLOWER) -- cgit v1.2.3-60-g2f50