Skip to content

Commit

Permalink
Merge pull request #567 from igchor/fix_example_cmake
Browse files Browse the repository at this point in the history
Fix cmake for examples
  • Loading branch information
lukaszstolarczuk authored Jun 26, 2024
2 parents ddfb338 + cd7bb33 commit 4eaed40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ if(UMF_POOL_SCALABLE_ENABLED)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

set_tests_properties(${EXAMPLE_NAME} PROPERTIES LABELS "example")
endif()

if(WINDOWS)
# append PATH to DLLs
set_property(TEST ${EXAMPLE_NAME} PROPERTY ENVIRONMENT_MODIFICATION
"${DLL_PATH_LIST}")
if(WINDOWS)
# append PATH to DLLs
set_property(TEST ${EXAMPLE_NAME} PROPERTY ENVIRONMENT_MODIFICATION
"${DLL_PATH_LIST}")
endif()
endif()

if(UMF_BUILD_GPU_EXAMPLES
Expand Down

0 comments on commit 4eaed40

Please sign in to comment.