Skip to content

Commit 592be01

Browse files
committed
fix: correct test_finalizer addon macro call
The macro takes sources positionally; the stray SOURCES keyword made CMake treat 'SOURCES' as a missing source file and fail to configure.
1 parent d463711 commit 592be01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
add_node_api_cts_experimental_addon(test_finalizer SOURCES test_finalizer.c)
1+
add_node_api_cts_experimental_addon(test_finalizer test_finalizer.c)

0 commit comments

Comments
 (0)