Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Fixed in response to
Bernd Unsubscribe
6:53 AM (1 hour ago)

to yayahjb/cbflib, Subscribed

There's a missing ending string quote in the cmake file at
https://github.com/yayahjb/cbflib/blob/6f8cb004d29b3537cb4942a1be88dbb6c5da712e/CMakeLists.txt#L1098

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
  • Loading branch information
yayahjb authored Apr 3, 2021
1 parent 6f8cb00 commit 2650f74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ macro(CBF_APPEND_TEST_ENVIRONMENT TESTNAME)
ELSE(APPLE)
set( xrpathname "LD_LIBRARY_PATH" )
ENDIF(APPLE)
set (xrpath "${HDF5_INSTALL_DIR}/lib;$ENV{${xrpathname})
set (xrpath "${HDF5_INSTALL_DIR}/lib;$ENV{${xrpathname}")
ENDIF(WIN32)
set_property(TEST ${TESTNAME} APPEND PROPERTY ENVIRONMENT "$xrpathname=${xrpath}")
endmacro(CBF_APPEND_TEST_ENVIRONMENT TESTNAME)
Expand Down

0 comments on commit 2650f74

Please sign in to comment.