2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-02 21:32:10 +00:00
Files
url/cmake/toolchains/clang.cmake
2020-05-20 17:56:39 -07:00

6 lines
132 B
CMake

# Include gcc options.
include(${CMAKE_CURRENT_LIST_DIR}/gcc.cmake)
# Compiler options.
add_compile_options(-Wrange-loop-analysis)