fix: cxx flag for armv6

This commit is contained in:
Tobias Reisinger 2019-09-08 19:54:38 +02:00
parent 77975299a5
commit e93ea44350

View file

@ -14,6 +14,8 @@ endif()
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -latomic")
##########
# If you include the drogon source code locally in your project, use this method to add drogon
# add_subdirectory(drogon)