mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-10-04 20:56:32 +00:00
Fix(builds): Set raknet include dir relative to source dir instead of original value
This commit is contained in:
parent
fb2d2bc7dd
commit
1cecfb0109
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ ENDIF(NOT RakNet_FOUND)
|
|||
|
||||
add_subdirectory(extern/raknet)
|
||||
|
||||
SET(RakNet_INCLUDES ${RakNet_INCLUDES}/raknet)
|
||||
SET(RakNet_INCLUDES ${CMAKE_SOURCE_DIR}/extern/raknet/include/raknet)
|
||||
|
||||
IF (CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE)
|
||||
SET(RakNet_LIBRARY optimized ${RakNet_LIBRARY_RELEASE} debug ${RakNet_LIBRARY_DEBUG})
|
||||
|
|
Loading…
Reference in a new issue