mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
fix indentation
This commit is contained in:
@@ -28,8 +28,8 @@ if(TARGET fuzzylite::fuzzylite AND MSVC)
|
||||
endif()
|
||||
|
||||
if(NOT fuzzylite_FOUND)
|
||||
set(FL_BUILD_BINARY OFF CACHE BOOL "")
|
||||
set(FL_BUILD_SHARED OFF CACHE BOOL "")
|
||||
set(FL_BUILD_BINARY OFF CACHE BOOL "")
|
||||
set(FL_BUILD_SHARED OFF CACHE BOOL "")
|
||||
set(FL_BUILD_TESTS OFF CACHE BOOL "")
|
||||
if(ANDROID)
|
||||
set(FL_BACKTRACE OFF CACHE BOOL "" FORCE)
|
||||
|
@@ -116,6 +116,6 @@ public:
|
||||
#ifdef VCMI_ANDROID
|
||||
static void create();
|
||||
#elif defined(SINGLE_PROCESS_APP)
|
||||
static void create(boost::condition_variable * cond, const std::vector<std::string> & args);
|
||||
static void create(boost::condition_variable * cond, const std::vector<std::string> & args);
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user