Skip to content

Commit

Permalink
Merge pull request #578 from awvwgk/fypp-error
Browse files Browse the repository at this point in the history
Update error in case fypp preprocessor is not found
  • Loading branch information
ivan-pi authored Nov 25, 2021
2 parents 1e6d04f + e9cc1eb commit 57c41f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ endif()
# --- find preprocessor
find_program(FYPP fypp)
if(NOT FYPP)
message(FATAL_ERROR "Preprocessor fypp not found!")
message(FATAL_ERROR "Preprocessor fypp not found! Please install fypp following the instructions in https://fypp.readthedocs.io/en/stable/fypp.html#installing")
endif()

add_subdirectory(src)
Expand Down

0 comments on commit 57c41f9

Please sign in to comment.