Browse Source

chore: Enable testing on OSX

reviewable/pr4438/r3
Diadlo 8 years ago
parent
commit
542834c884
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727
  1. 5
      CMakeLists.txt

5
CMakeLists.txt

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

Loading…
Cancel
Save