Compare commits

..

2 Commits

Author SHA1 Message Date
Alex 64bc4b2362 Merge b261856917 into 9b3f9f356d 2025-11-26 04:05:39 +00:00
KimLS b261856917 Remove unused submodules, set cmake policy for boost 2025-11-25 20:05:28 -08:00
7 changed files with 5 additions and 20 deletions
-15
View File
@@ -1,21 +1,6 @@
[submodule "submodules/glm"]
path = submodules/glm
url = https://github.com/g-truc/glm.git
[submodule "submodules/fmt"]
path = submodules/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "submodules/libuv"]
path = submodules/libuv
url = https://github.com/libuv/libuv.git
[submodule "submodules/cereal"]
path = submodules/cereal
url = https://github.com/USCiLab/cereal.git
[submodule "submodules/websocketpp"]
path = submodules/websocketpp
url = https://github.com/zaphoyd/websocketpp.git
[submodule "submodules/recastnavigation"]
path = submodules/recastnavigation
url = https://github.com/EQEmu/recastnavigation.git
[submodule "submodules/vcpkg"]
path = submodules/vcpkg
url = https://github.com/microsoft/vcpkg.git
+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()
Submodule submodules/fmt deleted from e69e5f977d
Submodule submodules/glm deleted from 9749727c2d