From 24fe7b4bad2d26a7f7f9204087f710d00ec1434b Mon Sep 17 00:00:00 2001 From: ALEXks Date: Sat, 23 Mar 2024 10:53:14 +0300 Subject: [PATCH] fixed cmake --- sapfor/experts/Sapfor_2017/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapfor/experts/Sapfor_2017/CMakeLists.txt b/sapfor/experts/Sapfor_2017/CMakeLists.txt index 7d0c5d2..82e446e 100644 --- a/sapfor/experts/Sapfor_2017/CMakeLists.txt +++ b/sapfor/experts/Sapfor_2017/CMakeLists.txt @@ -209,7 +209,7 @@ set(TRANSFORMS ${TR_LOOP_UNROLL} ${TR_GV} ${TR_PRIV_DEL} - ${TR_CONV} + ${TR_CONV} ${TR_PRIV_DEL} ${TR_IMPLICIT_NONE})