Removed unnecessary cmake command

This commit is contained in:
Sebastian Messmer 2018-05-21 00:39:01 -07:00
parent 708cd99868
commit 95d9dc1557
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ set(LIB_SOURCES
)
add_library(${PROJECT_NAME} STATIC ${LIB_SOURCES})
set_target_properties(${PROJECT_NAME} PROPERTIES OUTPUT_NAME cryfs)
target_link_libraries(${PROJECT_NAME} PUBLIC cpp-utils fspp-interface blockstore blobstore gitversion)
target_add_boost(${PROJECT_NAME} program_options chrono) # TODO Check that dependent projects don't get boost added (use PRIVATE here)
target_enable_style_warnings(${PROJECT_NAME})