diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index d00c89d..73b882d 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -1,7 +1,8 @@ # Allow exceptions by removing restricting flag. if ( ROSA_COMPILER_IS_GCC_COMPATIBLE ) remove("-fno-exceptions" CMAKE_CXX_FLAGS) + remove("-fno-rtti" CMAKE_CXX_FLAGS) endif() # Add the different subdirectories ADDALLSUBDIRS()