From c32dc7e09d6ece7e7d966d0268e6505dab7e1292 Mon Sep 17 00:00:00 2001 From: Tomoo Date: Fri, 29 Jul 2022 20:24:01 +0900 Subject: [PATCH] change cmake file for build --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()