We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d5d3fa commit 8b8fcd1Copy full SHA for 8b8fcd1
cmake/utility_functions.cmake
@@ -19,3 +19,11 @@ function(add_to_string_list in_string out_string)
19
# message(STATUS "Full string is now: '${in_string}'")
20
set(${out_string} ${in_string} PARENT_SCOPE)
21
endfunction(add_to_string_list)
22
+
23
+macro(msg_not_installed dependency_name)
24
+ message("!!!!")
25
+ message("! ${dependency_name} will not be installed with PFASST++.")
26
+ message("! When using PFASST++ with your own code, please make sure to also add")
27
+ message("! ${dependency_name} manually to your project.")
28
29
+endmacro(msg_not_installed)
0 commit comments