Skip to content

Commit 942d9e6

Browse files
Dont make MINIO/MC_BIN required
1 parent 7c36d51 commit 942d9e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ foreach(EXE IN LISTS EXECUTABLES)
4444

4545
endforeach()
4646

47-
find_program(MINIO_BIN minio HINTS "${CMAKE_CURRENT_BINARY_DIR}" REQUIRED)
48-
find_program(MC_BIN mc HINTS "${CMAKE_CURRENT_BINARY_DIR}" REQUIRED)
47+
find_program(MINIO_BIN minio HINTS "${CMAKE_CURRENT_BINARY_DIR}")
48+
find_program(MC_BIN mc HINTS "${CMAKE_CURRENT_BINARY_DIR}")
4949

5050
include(GoogleTest)
5151

0 commit comments

Comments
 (0)