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

test: disable compiling tests on OSX since compiling them fails there

This commit is contained in:
Zetok Zalbavar 2017-03-01 18:12:41 +00:00
parent ffd7d0e93e
commit ceae4eca35
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

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