Migrate to Conan 2.x

This commit is contained in:
Siarhei Fedartsou
2024-09-29 11:43:21 +02:00
parent 893c0d7d1d
commit a885dff707
2 changed files with 32 additions and 37 deletions
-5
View File
@@ -126,11 +126,6 @@ add_executable(util-tests
${UtilTestsSources}
$<TARGET_OBJECTS:UTIL> $<TARGET_OBJECTS:MICROTAR>)
if(NOT WIN32 AND NOT Boost_USE_STATIC_LIBS)
add_definitions(-DBOOST_TEST_DYN_LINK)
endif()
set(UPDATER_TEST_DATA_DIR "${CMAKE_SOURCE_DIR}/unit_tests/updater")
set(TEST_DATA_DIR "${CMAKE_SOURCE_DIR}/test/data")
add_dependencies(library-tests osrm-extract osrm-contract osrm-partition)