Skip to content

Commit

Permalink
(#8) Fixed NAPI_VERSION define
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed May 6, 2020
1 parent cfeb543 commit 4062b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else()
endif()

add_compile_definitions(NAPI_CPP_EXCEPTIONS)
add_compile_definitions(-DNAPI_VERSION=3)
add_compile_definitions(NAPI_VERSION=3)

# cmake-js
set(INCLUDES ${INCLUDES} ${CMAKE_JS_INC})
Expand Down

0 comments on commit 4062b4b

Please sign in to comment.