Skip to content

Commit

Permalink
Add debugging for CMake NodeJS as an option.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 16, 2020
1 parent 268d05f commit 1ae22de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/FindNodeJS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ if(NODEJS_INCLUDE_DIR)
set(NODEJS_FIND_QUIETLY TRUE)
endif()

option(NODEJS_CMAKE_DEBUG "Print paths for debugging NodeJS dependencies." OFF)

# Include package manager
include(FindPackageHandleStandardArgs)

Expand Down

0 comments on commit 1ae22de

Please sign in to comment.