Uses node-cmake's CMake module directly, resolves #3912
No need for vendoring.
This commit is contained in:
committed by
Daniel J. H
parent
f3558260b6
commit
d88e5ddf20
@@ -6,6 +6,8 @@ message(STATUS "Building node_osrm")
|
||||
|
||||
set(BINDING_DIR "${PROJECT_SOURCE_DIR}/lib/binding")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/node_modules/node-cmake")
|
||||
|
||||
include(NodeJS)
|
||||
nodejs_init()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user