diff --git a/CMakeLists.txt b/CMakeLists.txt index 8164b4ab5..58c9dc23e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)