From 52280ef9dba79289c963131b2a3e86fdc1f8a0c4 Mon Sep 17 00:00:00 2001
From: galperti <cristian.galperti@epfl.ch>
Date: Tue, 21 Jun 2022 10:12:45 +0200
Subject: [PATCH] search path fix

---
 codegen/ert_unix.tmf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/codegen/ert_unix.tmf b/codegen/ert_unix.tmf
index b6e96c8..810c404 100644
--- a/codegen/ert_unix.tmf
+++ b/codegen/ert_unix.tmf
@@ -35,7 +35,7 @@ USER_OPTS = -DMKL
 #USER_OPTS += -fPIC -Wno-extra-tokens -O3 -xCORE-AVX512 -no-prec-div -fp-model fast=2
 #USER_OPTS += -fPIC -Wno-extra-tokens -O3 -no-prec-div -fp-model fast=2
 USER_OPTS += -fPIC -g
-USER_OPTS += -I$(RTCCODE_PATH)/core/codegen/
+USER_OPTS += -I$(SCDDS_PATH)/codegen/
 
 
 #------------------------ Macros read by make_rtw ------------------------------
-- 
GitLab