Skip to content

Commit 25f4fdd

Browse files
authored
Update CMakeLists.txt
1 parent a4687f9 commit 25f4fdd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ foreach(i RANGE ${graphdb_len2})
6262
"${CMAKE_BINARY_DIR}/bin/${write_cmd} '${CMAKE_CURRENT_SOURCE_DIR}/${filename}' && ${CMAKE_BINARY_DIR}/bin/${read_cmd} '${CMAKE_CURRENT_SOURCE_DIR}/${filename}'"
6363
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
6464
)
65-
else()
66-
message(WARNING "Skipping graphdb-wpa because binary not found")
6765
endif()
6866
endforeach()
6967
endforeach()
@@ -242,8 +240,6 @@ foreach(filename ${mem_leak_files})
242240
"${CMAKE_BINARY_DIR}/bin/${graphdb_saber_write_cmd} '${CMAKE_CURRENT_SOURCE_DIR}/${filename}' && ${CMAKE_BINARY_DIR}/bin/${graphdb_saber_read_cmd} '${CMAKE_CURRENT_SOURCE_DIR}/${filename}'"
243241
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/bin
244242
)
245-
else()
246-
message(WARNING "Skipping graphdb-saber because binary not found")
247243
endif()
248244
endforeach()
249245

0 commit comments

Comments
 (0)