mirror of
https://github.com/boostorg/beast.git
synced 2026-05-03 19:30:50 +02:00
6 lines
132 B
CMake
6 lines
132 B
CMake
|
|
# Include gcc options.
|
||
|
|
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
|
||
|
|
|
||
|
|
# Compiler options.
|
||
|
|
add_compile_options(-Wrange-loop-analysis)
|