We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0498da7 commit e9ccf45Copy full SHA for e9ccf45
test/CMakeLists.txt
@@ -149,8 +149,11 @@ function(add_umf_test)
149
if(WINDOWS)
150
# add PATH to DLL on Windows
151
set(DLL_PATH_LIST
152
- "${DLL_PATH_LIST};PATH=path_list_append:${CMAKE_BINARY_DIR}/bin/;PATH=path_list_append:${CMAKE_BINARY_DIR}/bin/$<CONFIG>/"
153
- )
+ "${DLL_PATH_LIST};"
+ "PATH=path_list_append:${CMAKE_BINARY_DIR}/bin/;"
154
+ "PATH=path_list_append:${CMAKE_BINARY_DIR}/bin/$<CONFIG>/;"
155
+ "PATH=path_list_append:${CMAKE_BINARY_DIR}/test/common/;"
156
+ "PATH=path_list_append:${CMAKE_BINARY_DIR}/test/common/$<CONFIG>/")
157
158
# append PATH to DLLs NOTE: this would work only for the CMake ver >= #
159
# 3.22. For the older versions, the PATH variable should be set in the
0 commit comments