From f97da725c44175aa9bfa519e4dd65da2ec368fd9 Mon Sep 17 00:00:00 2001 From: hizzlekizzle Date: Sun, 6 Jan 2019 22:28:40 -0600 Subject: [PATCH] add /usr/local/bin to PATH for linux 64 that's where the updated cmake lives --- recipes/linux/cores-linux-x64-generic.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/linux/cores-linux-x64-generic.conf b/recipes/linux/cores-linux-x64-generic.conf index 2efe9fb2..ed9bd645 100644 --- a/recipes/linux/cores-linux-x64-generic.conf +++ b/recipes/linux/cores-linux-x64-generic.conf @@ -4,4 +4,4 @@ MAKEPORTABLE YES CORE_JOB YES MAKE make CMAKE cmake -PATH /usr/lib/ccache +PATH /usr/lib/ccache:/usr/local/bin