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)