Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F375486
CMakeLists.txt
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Size
606 B
Referenced Files
None
Subscribers
None
CMakeLists.txt
View Options
if ( ROSA_COMPILER_IS_GCC_COMPATIBLE )
# Allow exceptions by removing restricting flag (needed by cxxopts)
remove("-fno-exceptions" CMAKE_CXX_FLAGS)
# Allow dynamic casts by removing restriction flag (needed by cxxopts)
remove("-fno-rtti" CMAKE_CXX_FLAGS)
elseif ( MSVC )
# Exceptions enabled for MSVC by default but need to allow RTTI
# (needed by cxxopts)
remove("/GR-" CMAKE_CXX_FLAGS)
endif()
execute_process(COMMAND git submodule update --init --recursive
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
# Add the different subdirectories
ADDALLSUBDIRS(${ROSA_EXCLUDE_SUBMODULES})
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 8, 1:44 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
149756
Default Alt Text
CMakeLists.txt (606 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment