mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 00:40:06 +02:00
Fix cmake
This commit is contained in:
parent
f09dc1aeac
commit
954be926e1
2 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@ else ()
|
||||||
|
|
||||||
if (GVERB_FOUND)
|
if (GVERB_FOUND)
|
||||||
if (NOT GVERB_FIND_QUIETLY)
|
if (NOT GVERB_FIND_QUIETLY)
|
||||||
message(STATUS "Found Gverb... ${GVERB_LIBRARIES}")
|
message(STATUS "Found Gverb: ${GVERB_INCLUDE_DIRS}")
|
||||||
endif (NOT GVERB_FIND_QUIETLY)
|
endif (NOT GVERB_FIND_QUIETLY)
|
||||||
else ()
|
else ()
|
||||||
if (GVERB_FIND_REQUIRED)
|
if (GVERB_FIND_REQUIRED)
|
||||||
message(FATAL_ERROR "Could not find Gverb")
|
message(FATAL_ERROR "Could NOT find Gverb")
|
||||||
endif (GVERB_FIND_REQUIRED)
|
endif (GVERB_FIND_REQUIRED)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ set(TARGET_NAME interface)
|
||||||
project(${TARGET_NAME})
|
project(${TARGET_NAME})
|
||||||
|
|
||||||
# set a default root dir for each of our optional externals if it was not passed
|
# set a default root dir for each of our optional externals if it was not passed
|
||||||
set(OPTIONAL_EXTERNALS "Faceplus" "Faceshift" "LibOVR" "PrioVR" "Sixense" "Visage" "LeapMotion" "RtMidi" "Qxmpp" "SDL2")
|
set(OPTIONAL_EXTERNALS "Faceplus" "Faceshift" "LibOVR" "PrioVR" "Sixense" "Visage" "LeapMotion" "RtMidi" "Qxmpp" "SDL2" "GVERB")
|
||||||
foreach(EXTERNAL ${OPTIONAL_EXTERNALS})
|
foreach(EXTERNAL ${OPTIONAL_EXTERNALS})
|
||||||
string(TOUPPER ${EXTERNAL} ${EXTERNAL}_UPPERCASE)
|
string(TOUPPER ${EXTERNAL} ${EXTERNAL}_UPPERCASE)
|
||||||
if (NOT ${${EXTERNAL}_UPPERCASE}_ROOT_DIR)
|
if (NOT ${${EXTERNAL}_UPPERCASE}_ROOT_DIR)
|
||||||
|
|
Loading…
Reference in a new issue