Skip to content

Commit

Permalink
Merge pull request #2 from bringauto/BAF-734/http_api_client_wrapper
Browse files Browse the repository at this point in the history
Asan fix
  • Loading branch information
MarioIvancik committed Mar 15, 2024
2 parents b063054 + 7e70b04 commit 6981863
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.25 FATAL_ERROR)
PROJECT(fleet-http-client C CXX)
INCLUDE(GNUInstallDirs)

SET(FLEET_HTTP_CLIENT_VERSION 1.0.0)
SET(FLEET_HTTP_CLIENT_VERSION 1.1.0)
SET(CMAKE_INSTALL_RPATH "$ORIGIN/../${CMAKE_INSTALL_LIBDIR}")
SET(CMAKE_CXX_STANDARD 20)

Expand Down Expand Up @@ -63,11 +63,6 @@ CMDEF_ADD_LIBRARY(

TARGET_LINK_LIBRARIES(fleet-http-client-static PUBLIC "$<BUILD_INTERFACE:bringautolib>")

IF(CMAKE_BUILD_TYPE STREQUAL "Debug")
TARGET_COMPILE_OPTIONS(fleet-http-client-static PRIVATE -Wall -Wextra -Wpedantic -fsanitize=address)
TARGET_LINK_LIBRARIES(fleet-http-client-static PUBLIC -fsanitize=address)
ENDIF()

IF(BRINGAUTO_TESTS)
ENABLE_TESTING()
Add_SUBDIRECTORY(${CMAKE_CURRENT_SOURCE_DIR}/test/)
Expand Down

0 comments on commit 6981863

Please sign in to comment.