Merge branch '20550-installOnMac' of https://github.com/NissimHadar/hifi into 20550-installOnMac

This commit is contained in:
NissimHadar 2019-01-18 14:25:22 -08:00
commit e0bb8c64ca

View file

@ -170,12 +170,6 @@ elseif (APPLE)
endif()
if (APPLE)
# link in required OS X frameworks and include the right GL headers
find_library(OpenGL OpenGL)
find_library(AppKit AppKit)
target_link_libraries(${TARGET_NAME} ${OpenGL} ${AppKit})
# setup install of OS X nitpick bundle
install(TARGETS ${TARGET_NAME}
BUNDLE DESTINATION ${NITPICK_INSTALL_DIR}