mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 16:51:29 +00:00
Remove unused submodules, set cmake policy for boost
This commit is contained in:
parent
f64e29433e
commit
b261856917
15
.gitmodules
vendored
15
.gitmodules
vendored
@ -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"]
|
[submodule "submodules/websocketpp"]
|
||||||
path = submodules/websocketpp
|
path = submodules/websocketpp
|
||||||
url = https://github.com/zaphoyd/websocketpp.git
|
url = https://github.com/zaphoyd/websocketpp.git
|
||||||
[submodule "submodules/recastnavigation"]
|
|
||||||
path = submodules/recastnavigation
|
|
||||||
url = https://github.com/EQEmu/recastnavigation.git
|
|
||||||
[submodule "submodules/vcpkg"]
|
[submodule "submodules/vcpkg"]
|
||||||
path = submodules/vcpkg
|
path = submodules/vcpkg
|
||||||
url = https://github.com/microsoft/vcpkg.git
|
url = https://github.com/microsoft/vcpkg.git
|
||||||
|
|||||||
@ -12,6 +12,11 @@ endif()
|
|||||||
|
|
||||||
project(EQEmu)
|
project(EQEmu)
|
||||||
|
|
||||||
|
#explicitly set CMP0167 for Find Boost
|
||||||
|
if(POLICY CMP0167)
|
||||||
|
cmake_policy(SET CMP0167 NEW)
|
||||||
|
endif()
|
||||||
|
|
||||||
if(NOT CMAKE_BUILD_TYPE)
|
if(NOT CMAKE_BUILD_TYPE)
|
||||||
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build." FORCE)
|
set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build." FORCE)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit ebef1e929807629befafbb2918ea1a08c7194554
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit e69e5f977d458f2650bb346dadf2ad30c5320281
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit 9749727c2db4742369219e1d452f43e918734b4e
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit 8fb9cb919489a48880680a56efecff6a7dfb4504
|
|
||||||
@ -1 +0,0 @@
|
|||||||
Subproject commit 710dabee701710431938c92d2348849a072f4e27
|
|
||||||
Loading…
x
Reference in New Issue
Block a user