Skip to content

Commit

Permalink
Added LD_LIBRARY_PATH to test
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Jan 20, 2025
1 parent da50f1f commit f5b9e53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ macro(test_example example)
set_property(TEST ${example}-config PROPERTY DEPENDS ${example}-mkdir)
set_property(TEST ${example}-build PROPERTY DEPENDS ${example}-config)
set_property(TEST ${example}-test PROPERTY DEPENDS ${example}-build)
set_property(TEST ${example}-test
PROPERTY ENVIRONMENT LD_LIBRARY_PATH=$ENV{LD_LIBRARY_PATH}
)
endmacro()


Expand Down

0 comments on commit f5b9e53

Please sign in to comment.