Skip to content
Snippets Groups Projects
Verified Commit 42f5c4f7 authored by Xavier Robin's avatar Xavier Robin
Browse files

doc: fix error message

parent 820f195d
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ if (COMPOUND_LIB) ...@@ -50,7 +50,7 @@ if (COMPOUND_LIB)
install(FILES ${TO} DESTINATION "share/openstructure") install(FILES ${TO} DESTINATION "share/openstructure")
else() else()
message(FATAL_ERROR "${COMPOUND_LIB} does not exist. \n" message(FATAL_ERROR "${COMPOUND_LIB} does not exist. \n"
"Pass -DCOMPOUND_LIB=NONE if you would like to build " "Pass -DCOMPOUND_LIB=OFF if you would like to build "
"OpenStructure without a compound library") "OpenStructure without a compound library")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment