Skip to content
Snippets Groups Projects
Commit 496d7af5 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Give a better error message.

parent 4f0fab56
No related branches found
No related tags found
No related merge requests found
find_program(PELICAN pelican)
if (PELICAN STREQUAL "PELICAN-NOTFOUND")
message (FATAL_ERROR "pelican is missing")
message (FATAL_ERROR "python-pelican is missing")
endif()
add_custom_target(www ALL
......
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