From 2a62f5e85230140790edbbc78191dfb612d93540 Mon Sep 17 00:00:00 2001 From: Luc Papeleux <L.Papeleux@ULiege.be> Date: Fri, 14 Oct 2022 16:48:14 +0200 Subject: [PATCH] add compiled cmake configuration file --- cfg/warson/cmake.profile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cfg/warson/cmake.profile diff --git a/cfg/warson/cmake.profile b/cfg/warson/cmake.profile new file mode 100644 index 0000000..aa827bc --- /dev/null +++ b/cfg/warson/cmake.profile @@ -0,0 +1,2 @@ +# Trilinos requires cmake >= 3.10 +add2env PATH "/opt/cmake/bin" front -- GitLab