Skip to content

Commit 57c41f9

Browse files
authored
Merge pull request #578 from awvwgk/fypp-error
Update error in case fypp preprocessor is not found
2 parents 1e6d04f + e9cc1eb commit 57c41f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ endif()
5454
# --- find preprocessor
5555
find_program(FYPP fypp)
5656
if(NOT FYPP)
57-
message(FATAL_ERROR "Preprocessor fypp not found!")
57+
message(FATAL_ERROR "Preprocessor fypp not found! Please install fypp following the instructions in https://fypp.readthedocs.io/en/stable/fypp.html#installing")
5858
endif()
5959

6060
add_subdirectory(src)

0 commit comments

Comments
 (0)