mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 22:56:30 +00:00
Fix(raknet): Init submodules correctly
This commit is contained in:
parent
b8dd373f0a
commit
8eda96c8ef
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ IF(RakNet_INCLUDES)
|
|||
SET(RakNet_FOUND TRUE)
|
||||
ENDIF(RakNet_INCLUDES)
|
||||
|
||||
IF(NOT RakNet_FOUND)
|
||||
IF(RakNet_FOUND)
|
||||
IF(RakNet_FIND_REQUIRED)
|
||||
MESSAGE(STATUS "Could not find RakNet, building from local copy")
|
||||
|
||||
|
@ -48,7 +48,7 @@ IF(NOT RakNet_FOUND)
|
|||
message(FATAL_ERROR "The submodules were not downloaded! GIT_SUBMODULE was turned off or failed. Please update submodules and try again.")
|
||||
endif()
|
||||
ENDIF(RakNet_FIND_REQUIRED)
|
||||
ENDIF(NOT RakNet_FOUND)
|
||||
ENDIF(RakNet_FOUND)
|
||||
|
||||
add_subdirectory(extern/raknet)
|
||||
|
||||
|
|
Loading…
Reference in a new issue