We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f2207 commit 220c5eeCopy full SHA for 220c5ee
runTest.cmake
@@ -19,10 +19,10 @@ set(ENV{BOX64_LOG} 0)
19
set(ENV{BOX64_NOBANNER} 1)
20
if( EXISTS ${CMAKE_SOURCE_DIR}/x64lib )
21
# we are inside box64 folder
22
- set(ENV{LD_LIBRARY_PATH} ${CMAKE_SOURCE_DIR}/x64lib)
+ set(ENV{BOX64_LD_LIBRARY_PATH} ${CMAKE_SOURCE_DIR}/x64lib)
23
else()
24
# we are inside build folder
25
- set(ENV{LD_LIBRARY_PATH} ${CMAKE_SOURCE_DIR}/../x64lib)
+ set(ENV{BOX64_LD_LIBRARY_PATH} ${CMAKE_SOURCE_DIR}/../x64lib)
26
endif( EXISTS ${CMAKE_SOURCE_DIR}/x64lib )
27
28
# run the test program, capture the stdout/stderr and the result var
0 commit comments