Skip to content

Commit 5502d61

Browse files
disable test requiring boos for now
1 parent f964e19 commit 5502d61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ endif()
3131

3232
include(CheckCXXCompilerFlag)
3333
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
34-
if(COMPILER_SUPPORTS_CXX11)
34+
if(false)
35+
# if(COMPILER_SUPPORTS_CXX11)
3536
find_package(Boost REQUIRED COMPONENTS thread)
3637
ament_add_gtest(${PROJECT_NAME}_unique_ptr_test unique_ptr_test.cpp)
3738
if(TARGET ${PROJECT_NAME}_unique_ptr_test)

0 commit comments

Comments
 (0)