Skip to content

Commit

Permalink
Remove requirement of node port for ts loader.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Sep 21, 2021
1 parent 8e3ad9f commit 14e144f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/loaders/ts_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Check if this loader is enabled
if(NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_NODE OR NOT OPTION_BUILD_PORTS_NODE OR NOT OPTION_BUILD_LOADERS_TS)
if(NOT OPTION_BUILD_LOADERS OR NOT OPTION_BUILD_LOADERS_NODE OR NOT OPTION_BUILD_LOADERS_TS)
return()
endif()

Expand Down

0 comments on commit 14e144f

Please sign in to comment.