Skip to content

Commit

Permalink
redis: minor tweaks to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavk committed Feb 20, 2019
1 parent def5df6 commit 549aff0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,10 @@ set(SOUPER_KVSTORE_FILES
)

add_custom_command(OUTPUT ${VERSION_FILE} DEPENDS ${VERSION_TMP})
add_custom_target(genver_h DEPENDS ${VERSION_FILE})
include_directories(${CMAKE_BINARY_DIR}/include/)

add_library(souperKVStore STATIC
${SOUPER_KVSTORE_FILES})
add_dependencies(souperKVStore genver_h)
${SOUPER_KVSTORE_FILES} ${VERSION_FILE})

set(SOUPER_INFER_FILES
lib/Infer/InstSynthesis.cpp
Expand Down

0 comments on commit 549aff0

Please sign in to comment.