Skip to content

Commit 55e6593

Browse files
authored
Update CMakeLists.txt
1 parent 343ac4a commit 55e6593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/CppInterOp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ if(EMSCRIPTEN)
8585
endif()
8686

8787
if (NOT EMSCRIPTEN)
88-
set(EXTRA_PATH_TEST_BINARIES /TestSharedLib/CppInterOpTests/unittests/bin/$<CONFIG>/)
88+
set(EXTRA_PATH_TEST_BINARIES /TestSharedLib/unittests/bin/$<CONFIG>/)
8989
endif()
9090

9191
set_output_directory(DynamicLibraryManagerTests

0 commit comments

Comments
 (0)