# Allow exceptions by removing restricting flag. if ( ROSA_COMPILER_IS_GCC_COMPATIBLE ) remove("-fno-exceptions" CMAKE_CXX_FLAGS) endif() # Add the different subdirectories ADDALLSUBDIRS()