wip
This commit is contained in:
parent
cfcf7f3b00
commit
57d0a0890e
@ -18,7 +18,7 @@ set_target_properties(node_osrm PROPERTIES CXX_STANDARD 14)
|
|||||||
# TODO: we disable clang-tidy for this target, because it causes errors in third-party NodeJs related headers
|
# TODO: we disable clang-tidy for this target, because it causes errors in third-party NodeJs related headers
|
||||||
set_target_properties(node_osrm PROPERTIES CXX_CLANG_TIDY "")
|
set_target_properties(node_osrm PROPERTIES CXX_CLANG_TIDY "")
|
||||||
# TODO: we turn off "warnings as errors" for this target, because it causes errors in third-party NodeJs related headers
|
# TODO: we turn off "warnings as errors" for this target, because it causes errors in third-party NodeJs related headers
|
||||||
target_no_warning(node_osrm error)
|
# target_no_warning(node_osrm error)
|
||||||
|
|
||||||
target_link_libraries(node_osrm osrm)
|
target_link_libraries(node_osrm osrm)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user