Skip to content

Commit 4976723

Browse files
committed
Fix cmake jsonnetfmt dependency
1 parent 2c0c118 commit 4976723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111
if (BUILD_JSONNETFMT OR BUILD_TESTS)
1212
add_executable(jsonnetfmt ${LIBJSONNET_SOURCE} jsonnetfmt.cpp utils.cpp)
13-
add_dependencies(jsonnet libjsonnet_static)
13+
add_dependencies(jsonnetfmt libjsonnet_static)
1414
target_link_libraries(jsonnetfmt libjsonnet_static)
1515

1616
install(TARGETS jsonnetfmt DESTINATION "${CMAKE_INSTALL_BINDIR}")

0 commit comments

Comments
 (0)