Skip to content

Commit

Permalink
Solve minor issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Aug 10, 2023
1 parent e8c62dc commit 419ffb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/FindNodeJS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,11 @@ if(NOT NodeJS_LIBRARY_NAME_PATH AND WIN32)
endif()

find_package_handle_standard_args(NodeJS
REQUIRED_VARS NodeJS_EXECUTABLE NodeJS_INCLUDE_DIRS NodeJS_LIBRARY NodeJS_LIBRARY_NAME NodeJS_LIBRARY_NAME_PATH
REQUIRED_VARS NodeJS_EXECUTABLE NodeJS_INCLUDE_DIRS NodeJS_LIBRARY NodeJS_LIBRARY_NAME
VERSION_VAR NodeJS_VERSION
)

mark_as_advanced(NodeJS_EXECUTABLE NodeJS_INCLUDE_DIRS NodeJS_LIBRARY NodeJS_LIBRARY_NAME NodeJS_LIBRARY_NAME_PATH)
mark_as_advanced(NodeJS_EXECUTABLE NodeJS_INCLUDE_DIRS NodeJS_LIBRARY NodeJS_LIBRARY_NAME)

if(NodeJS_CMAKE_DEBUG)
message(STATUS "NodeJS_INCLUDE_DIRS: ${NodeJS_INCLUDE_DIRS}")
Expand Down

0 comments on commit 419ffb5

Please sign in to comment.