From 5c31378d597fb1c6c543f3e372ff80042c600a52 Mon Sep 17 00:00:00 2001 From: "Herbert J. Bernstein" Date: Sat, 3 Apr 2021 09:21:14 -0400 Subject: [PATCH] Update CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fef018f3..e9d91834 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)