mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 14:46:55 +02:00
don't set SIXENSE_LIB_FILENAME for INSTALLER_BUILD
This commit is contained in:
parent
949c39bf6b
commit
138e57bcd8
2 changed files with 1 additions and 2 deletions
|
@ -139,7 +139,7 @@ foreach(EXTERNAL ${OPTIONAL_EXTERNALS})
|
|||
|
||||
if (NOT APPLE OR NOT ${${EXTERNAL}_UPPERCASE} MATCHES "SIXENSE")
|
||||
target_link_libraries(${TARGET_NAME} ${${${EXTERNAL}_UPPERCASE}_LIBRARIES})
|
||||
elseif (APPLE)
|
||||
elseif (APPLE AND NOT INSTALLER_BUILD)
|
||||
add_definitions(-DSIXENSE_LIB_FILENAME=\"${${${EXTERNAL}_UPPERCASE}_LIBRARY_RELEASE}\")
|
||||
endif ()
|
||||
endif ()
|
||||
|
|
|
@ -97,7 +97,6 @@ void SixenseManager::initialize() {
|
|||
|
||||
if (!_sixenseLibrary) {
|
||||
|
||||
|
||||
#ifdef SIXENSE_LIB_FILENAME
|
||||
_sixenseLibrary = new QLibrary(SIXENSE_LIB_FILENAME);
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue