Skip to content

Commit

Permalink
Update CMake message on static runtime error.
Browse files Browse the repository at this point in the history
  • Loading branch information
ningfei committed Jan 27, 2020
1 parent c0a3731 commit 803ee87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SuperBuild/SuperBuild.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(USE_STATIC_RUNTIME)
unset(STATIC_LIBCXX CACHE)
# Only on some Centos/Redhat systems
message(FATAL_ERROR
"\"USE_STATIC_RUNTIME\" set to ON but \"libstdcxx.a\" not found! \
"\"USE_STATIC_RUNTIME\" set to ON but \"libstdc++.a\" not found! Set it to OFF or \
\"yum install libstdc++-static\" to resolve the error.")
endif()
endif()
Expand Down

0 comments on commit 803ee87

Please sign in to comment.