From b492b4e613c051010754e8a184161ace6352241d Mon Sep 17 00:00:00 2001 From: Sylvain PILLOT Date: Tue, 1 Mar 2022 22:11:59 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'cmake/FindUstl.cma?= =?UTF-8?q?ke'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmake/FindUstl.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/FindUstl.cmake b/cmake/FindUstl.cmake index eef890c..55b577e 100644 --- a/cmake/FindUstl.cmake +++ b/cmake/FindUstl.cmake @@ -42,6 +42,7 @@ if(LibUstl_FOUND) # If we specify where the library comes from, CMake will watch that file # and relink any user application when the library is updated! IMPORTED_LOCATION "${EX_PATH}" + INTERFACE_COMPILE_OPTIONS -std=c++11 -fno-rtti -fno-use-cxa-atexit # Linking options INTERFACE_LINK_OPTIONS -lustl # Dependencies (for order on the command-line)