mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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