mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 06:53:59 +02:00
repair use of setup_hifi_project from assignment server
This commit is contained in:
parent
8d34c707a1
commit
cc6bcf1653
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ set(ROOT_DIR ..)
|
|||
set(MACRO_DIR ${ROOT_DIR}/cmake/macros)
|
||||
|
||||
include(${MACRO_DIR}/SetupHifiProject.cmake)
|
||||
setup_hifi_project(${TARGET_NAME})
|
||||
setup_hifi_project(${TARGET_NAME} FALSE)
|
||||
|
||||
# link in the shared library
|
||||
include(${MACRO_DIR}/LinkHifiLibrary.cmake)
|
||||
|
|
Loading…
Reference in a new issue