Skip to content

Commit

Permalink
internal: fix CMake syntax in run_test_unit.cmake (skyrim-multiplayer…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Oct 18, 2024
1 parent e6664f2 commit 448049f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/run_test_unit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if(temp_coverage)
endif()

# Emscripten support
if("${EXE_PATH}" MATCHES ".*\.js")
if("${EXE_PATH}" MATCHES ".*\\.js")
execute_process(COMMAND node ${EXE_PATH}
RESULT_VARIABLE res
OUTPUT_VARIABLE out
Expand Down

0 comments on commit 448049f

Please sign in to comment.