diff --git a/CMakeLists.txt b/CMakeLists.txt index 4927020..82412dd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3) project(serial) # Find catkin -find_package(catkin REQUIRED) +#find_package(catkin REQUIRED) if(APPLE) find_library(IOKIT_LIBRARY IOKit) @@ -76,6 +76,6 @@ install(FILES include/serial/serial.h include/serial/v8stdint.h DESTINATION ${CATKIN_GLOBAL_INCLUDE_DESTINATION}/serial) ## Tests -if(CATKIN_ENABLE_TESTING) - add_subdirectory(tests) -endif() +#if(CATKIN_ENABLE_TESTING) +# add_subdirectory(tests) +#endif()