Skip to content

Commit

Permalink
Fix cmake jsonnetfmt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkprime committed May 20, 2019
1 parent 2c0c118 commit 4976723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ endif()

if (BUILD_JSONNETFMT OR BUILD_TESTS)
add_executable(jsonnetfmt ${LIBJSONNET_SOURCE} jsonnetfmt.cpp utils.cpp)
add_dependencies(jsonnet libjsonnet_static)
add_dependencies(jsonnetfmt libjsonnet_static)
target_link_libraries(jsonnetfmt libjsonnet_static)

install(TARGETS jsonnetfmt DESTINATION "${CMAKE_INSTALL_BINDIR}")
Expand Down

0 comments on commit 4976723

Please sign in to comment.