Page MenuHomePhorge

CMakeLists.txt
No OneTemporary

Size
440 B
Referenced Files
None
Subscribers
None

CMakeLists.txt

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

File Metadata

Mime Type
text/plain
Expires
Sun, Apr 12, 11:30 AM (8 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
307166
Default Alt Text
CMakeLists.txt (440 B)

Event Timeline