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
Sun, Jun 8, 7:10 PM (22 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
150222
Default Alt Text
CMakeLists.txt (343 B)

Event Timeline