Skip to content

Commit 2c0c118

Browse files
hurdadsparkprime
authored andcommitted
CMake Linker Fix
1 parent 939f970 commit 2c0c118

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
@@ -11,7 +11,7 @@ endif()
1111
if (BUILD_JSONNETFMT OR BUILD_TESTS)
1212
add_executable(jsonnetfmt ${LIBJSONNET_SOURCE} jsonnetfmt.cpp utils.cpp)
1313
add_dependencies(jsonnet libjsonnet_static)
14-
target_link_libraries(jsonnet libjsonnet_static)
14+
target_link_libraries(jsonnetfmt libjsonnet_static)
1515

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

0 commit comments

Comments
 (0)