Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent c2fc1b1 commit 4153d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/CMakeLists.txt
Expand Up @@ -29,7 +29,7 @@ target_link_libraries(testls bareosfind bareos ${JANSSON_LIBRARIES})

IF(NOT HAVE_WIN32)
add_executable(bbatch bbatch.cc)
target_link_libraries(bbatch bareoscats bareos bareossql ${JANSSON_LIBRARIES})
target_link_libraries(bbatch bareoscats bareossql bareos ${JANSSON_LIBRARIES})
ENDIF()

#add_executable(bvfs_test bvfs_test.cc)
Expand Down

0 comments on commit 4153d3a

Please sign in to comment.