1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore: Enable testing on OSX

This commit is contained in:
Diadlo 2017-05-08 14:25:57 +03:00
parent b8ae494ef3
commit 542834c884
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

View File

@ -522,8 +522,5 @@ target_link_libraries(${PROJECT_NAME}
${PROJECT_NAME}_static ${PROJECT_NAME}_static
${ALL_LIBRARIES}) ${ALL_LIBRARIES})
# test(s?) are broken on osx (just travis?) include(Testing)
if (NOT APPLE)
include(Testing)
endif()
include(Installation) include(Installation)