mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-07-03 09:04:07 -05:00
Don't fail cmake configure step if openvr deps are not met
This commit is contained in:
parent
853980e887
commit
6cd5cd13ce
|
|
@ -26,7 +26,7 @@ if(NOT OpenVR_DIR)
|
|||
set(OpenVR_DIR ${ADVSS_SOURCE_DIR}/deps/openvr)
|
||||
endif()
|
||||
|
||||
if(EXISTS ${OpenVR_DIR})
|
||||
if(EXISTS "${OpenVR_DIR}/CMakeLists.txt")
|
||||
set(SIZEOF_VOIDP ${CMAKE_SIZEOF_VOID_P})
|
||||
if((NOT APPLE) AND (CMAKE_SIZEOF_VOID_P EQUAL 8))
|
||||
set(PROCESSOR_ARCH "64")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user