mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
can't use find module for external proj
This commit is contained in:
parent
9683ed92e3
commit
a1bf06f004
1 changed files with 0 additions and 2 deletions
|
@ -11,8 +11,6 @@
|
|||
macro(HIFI_LIBRARY_SEARCH_HINTS LIBRARY_FOLDER)
|
||||
string(TOUPPER ${LIBRARY_FOLDER} LIBRARY_PREFIX)
|
||||
|
||||
set(${LIBRARY_PREFIX}_SEARCH_DIRS "${EXTERNAL_PROJECT_DIR}/${LIBRARY_FOLDER}/build/${LIBRARY_FOLDER}")
|
||||
|
||||
if (${LIBRARY_PREFIX}_ROOT_DIR)
|
||||
list(APPEND ${LIBRARY_PREFIX}_SEARCH_DIRS "${${LIBRARY_PREFIX}_ROOT_DIR}")
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue