Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F386650
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
708 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment