Commit feaf59a3 authored by Marc Vef's avatar Marc Vef
Browse files

Fix submodules and CMake

parent e7ea91c6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
[submodule "external/hermes"]
	path = external/hermes
	url = https://github.com/bsc-ssrg/hermes.git
	commit = bd4361897eba6e8acaab2d643f77f1a40c250f1d
	url = https://github.com/gekkofs/hermes.git
[submodule "tests/scripts/bats"]
	path = tests/scripts/bats
	url = https://github.com/bats-core/bats-core.git
+0 −10
Original line number Diff line number Diff line
@@ -69,16 +69,6 @@ target_link_libraries(
         Syscall_intercept::Syscall_intercept
)

target_link_libraries(
  gkfs_user_lib
  PRIVATE metadata distributor env_util arithmetic path_util rpc_utils
  PUBLIC dl
         Mercury::Mercury
         hermes
         fmt::fmt
         Threads::Threads
)

install(
  TARGETS gkfs_intercept
  LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}