We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268d05f commit 1ae22deCopy full SHA for 1ae22de
cmake/FindNodeJS.cmake
@@ -35,6 +35,8 @@ if(NODEJS_INCLUDE_DIR)
35
set(NODEJS_FIND_QUIETLY TRUE)
36
endif()
37
38
+option(NODEJS_CMAKE_DEBUG "Print paths for debugging NodeJS dependencies." OFF)
39
+
40
# Include package manager
41
include(FindPackageHandleStandardArgs)
42
0 commit comments