We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f964e19 commit 5502d61Copy full SHA for 5502d61
test/CMakeLists.txt
@@ -31,7 +31,8 @@ endif()
31
32
include(CheckCXXCompilerFlag)
33
CHECK_CXX_COMPILER_FLAG("-std=c++11" COMPILER_SUPPORTS_CXX11)
34
-if(COMPILER_SUPPORTS_CXX11)
+if(false)
35
+# if(COMPILER_SUPPORTS_CXX11)
36
find_package(Boost REQUIRED COMPONENTS thread)
37
ament_add_gtest(${PROJECT_NAME}_unique_ptr_test unique_ptr_test.cpp)
38
if(TARGET ${PROJECT_NAME}_unique_ptr_test)
0 commit comments