Skip to content
Snippets Groups Projects
Commit 6f633da4 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

COMP: unused cmake variable

parent f4bd82a2
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ if (BUILD_TESTING)
if (NOT Boost_UNIT_TEST_FRAMEWORK_FOUND)
message(STATUS "Boost unit_test_framework not found. Hence otbOGRTests will be skipped")
else()
message(STATUS "Found Boost components: ${OTB_Boost_COMPONENTS}")
message(STATUS "Found Boost components: unit_test_framework")
endif()
endif() #BUILD_TESTING
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment