Skip to content
Snippets Groups Projects
Commit 5da19b88 authored by Ludovic Hussonnois's avatar Ludovic Hussonnois
Browse files

Merge branch 'mantis-1376' into develop

parents 421b2355 b896507f
Branches
Tags
No related merge requests found
......@@ -197,7 +197,7 @@ endmacro()
macro(package_require_cxx11 project)
if(NOT OTB_HAS_CXX11)
message(FATAL_ERROR "${project} requires C++11 support. consider adding --std=c++11 to your cxx compiler flags or disable ${project} ")
message(FATAL_ERROR "${project} requires C++11 support. consider adding -std=c++11 to your cxx compiler flags or disable ${project} ")
endif()
endmacro()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment