Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Fix requested by
Bernd
8:25 AM (54 minutes ago)

to State, yayahjb/cbflib, me

Sorry to bother you again. Noticed the color formatting is still not correct, when viewing the file in the browser and by this I noticed another such issue at

https://github.com/yayahjb/cbflib/blob/2650f7478e53ec96a4284c0086848f4f70a9c114/CMakeLists.txt#L1090

—
You are receiving this because you modified the open/close state.
  • Loading branch information
yayahjb authored Apr 3, 2021
1 parent 2650f74 commit 5c31378
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 @@ -1087,7 +1087,7 @@ endmacro(CBF_SET_TEST_ENVIRONMENT)
macro(CBF_APPEND_TEST_ENVIRONMENT TESTNAME)
IF(WIN32)
set (xrpathname "PATH")
set (xrpath "${HDF5_INSTALL_DIR}/lib;$ENV{PATH})
set (xrpath "${HDF5_INSTALL_DIR}/lib;$ENV{PATH}")
string(REPLACE ";" "\\;" xrpath "${xrpath}")
ELSE(WIN32)
IF(APPLE)
Expand Down

0 comments on commit 5c31378

Please sign in to comment.