mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 16:55:06 +02:00
Fix for OSX build
This commit is contained in:
parent
60bb3f49c9
commit
1da29862e7
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
|
||||
# FIXME Disabling test on OSX because of unexpected link error
|
||||
if (NOT APPLE)
|
||||
set(TARGET_NAME controllers-test)
|
||||
|
||||
# This is not a testcase -- just set it up as a regular hifi project
|
||||
|
@ -23,3 +24,4 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
package_libraries_for_deployment()
|
||||
endif()
|
Loading…
Reference in a new issue