Fix for OSX build

This commit is contained in:
Brad Davis 2018-01-15 11:56:26 -08:00
parent 60bb3f49c9
commit 1da29862e7

View file

@ -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()