Page MenuHomePhorge

No OneTemporary

Size
708 B
Referenced Files
None
Subscribers
None
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt
index 813fd09..d00c89d 100644
--- a/apps/CMakeLists.txt
+++ b/apps/CMakeLists.txt
@@ -1,2 +1,7 @@
+# Allow exceptions by removing restricting flag.
+if ( ROSA_COMPILER_IS_GCC_COMPATIBLE )
+ remove("-fno-exceptions" CMAKE_CXX_FLAGS)
+endif()
+
# Add the different subdirectories
ADDALLSUBDIRS()
diff --git a/tools/CMakeLists.txt b/tools/CMakeLists.txt
index 813fd09..d00c89d 100644
--- a/tools/CMakeLists.txt
+++ b/tools/CMakeLists.txt
@@ -1,2 +1,7 @@
+# Allow exceptions by removing restricting flag.
+if ( ROSA_COMPILER_IS_GCC_COMPATIBLE )
+ remove("-fno-exceptions" CMAKE_CXX_FLAGS)
+endif()
+
# Add the different subdirectories
ADDALLSUBDIRS()

File Metadata

Mime Type
text/x-diff
Expires
Fri, Jul 4, 2:45 AM (6 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
157432
Default Alt Text
(708 B)

Event Timeline