Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jan 18, 2025
1 parent cc1d4fc commit adcff18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/cmake/thirdparty/SetupCaliper.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ set(CONDUIT_USE_CALIPER TRUE)
if(CONDUIT_ENABLE_TESTS AND WIN32 AND BUILD_SHARED_LIBS)
# if we are running tests with dlls, we need path to dlls
list(APPEND CONDUIT_TPL_DLL_PATHS ${CALIPER_DIR}/bin/)
endif()
endif()
2 changes: 1 addition & 1 deletion src/cmake/thirdparty/SetupH5zZfp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ blt_register_library(NAME h5zzfp
if(CONDUIT_ENABLE_TESTS AND WIN32 AND BUILD_SHARED_LIBS)
# if we are running tests with dlls, we need path to dlls
list(APPEND CONDUIT_TPL_DLL_PATHS ${H5ZZFP_DIR}/bin/)
endif()
endif()
2 changes: 1 addition & 1 deletion src/cmake/thirdparty/SetupZfp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ blt_register_library(NAME zfp
if(CONDUIT_ENABLE_TESTS AND WIN32 AND BUILD_SHARED_LIBS)
# if we are running tests with dlls, we need path to dlls
list(APPEND CONDUIT_TPL_DLL_PATHS ${ZFP_DIR}/bin/)
endif()
endif()

0 comments on commit adcff18

Please sign in to comment.