Page MenuHomePhorge

CMakeLists.txt
No OneTemporary

Size
343 B
Referenced Files
None
Subscribers
None

CMakeLists.txt

# 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()
execute_process(COMMAND git submodule update --init -- cxxopts
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
# Add the different subdirectories
ADDALLSUBDIRS()

File Metadata

Mime Type
text/plain
Expires
Sat, May 30, 11:37 PM (13 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
328807
Default Alt Text
CMakeLists.txt (343 B)

Event Timeline