You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DESCRIPTION"Community driven and agreed upon de facto standard library for Fortran"
7
+
LANGUAGESFortranC
8
+
DESCRIPTION"Community driven and agreed upon de facto standard library for Fortran"
9
9
)
10
10
11
11
# Read version from file
@@ -116,8 +116,19 @@ endif()
116
116
117
117
# --- find preprocessor
118
118
find_program(FYPPfypp)
119
-
if(NOT FYPP)
120
-
message(FATAL_ERROR"Preprocessor fypp not found! Please install fypp following the instructions in https://fypp.readthedocs.io/en/stable/fypp.html#installing")
119
+
if(NOT FYPP OR"${FYPP}"MATCHES"NOTFOUND")
120
+
message(FATAL_ERROR
121
+
"\n [stdlib Build Error]: Preprocessor 'fypp' not found!\n"
0 commit comments