Remove unused submodules, set cmake policy for boost

This commit is contained in:
KimLS
2025-11-25 20:05:28 -08:00
parent f64e29433e
commit b261856917
7 changed files with 5 additions and 20 deletions
+5
View File
@@ -12,6 +12,11 @@ endif()
project(EQEmu)
#explicitly set CMP0167 for Find Boost
if(POLICY CMP0167)
cmake_policy(SET CMP0167 NEW)
endif()
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build." FORCE)
endif()