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.
2 parents ddfb338 + cd7bb33 commit 4eaed40Copy full SHA for 4eaed40
examples/CMakeLists.txt
@@ -33,12 +33,12 @@ if(UMF_POOL_SCALABLE_ENABLED)
33
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})
34
35
set_tests_properties(${EXAMPLE_NAME} PROPERTIES LABELS "example")
36
-endif()
37
38
-if(WINDOWS)
39
- # append PATH to DLLs
40
- set_property(TEST ${EXAMPLE_NAME} PROPERTY ENVIRONMENT_MODIFICATION
41
- "${DLL_PATH_LIST}")
+ if(WINDOWS)
+ # append PATH to DLLs
+ set_property(TEST ${EXAMPLE_NAME} PROPERTY ENVIRONMENT_MODIFICATION
+ "${DLL_PATH_LIST}")
+ endif()
42
endif()
43
44
if(UMF_BUILD_GPU_EXAMPLES
0 commit comments