This commit is contained in:
Siarhei Fedartsou 2024-06-08 12:49:35 +02:00
parent 9a4aaaa2c7
commit 5b9b5a5cd2

View File

@ -89,12 +89,6 @@ else()
add_definitions(-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR}") add_definitions(-DOSRM_PROJECT_DIR="${CMAKE_CURRENT_SOURCE_DIR}")
endif() endif()
if(MSVC)
# make MSVC less verbose
add_compile_options("/p:WarningLevel=0 /clp:NoSummary;NoItemAndPropertyList;ErrorsOnly /p:RunCodeAnalysis=false")
endif()
# these two functions build up custom variables: # these two functions build up custom variables:
# DEPENDENCIES_INCLUDE_DIRS and OSRM_DEFINES # DEPENDENCIES_INCLUDE_DIRS and OSRM_DEFINES
# These variables we want to pass to # These variables we want to pass to