Skip to content

Commit

Permalink
Add new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
williamberman committed Nov 7, 2022
1 parent 3af482f commit 6f584a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/protobuf_to_json/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ set(project_target substitution_tool)
add_executable(${project_target} protobuf_to_json.cc)
include_directories(${CMAKE_CURRENT_BINARY_DIR})
target_link_libraries(${project_target} proto ${PROTOBUF_LIBRARY} nlohmann_json::nlohmann_json)
# target_link_libraries(${project_target} PRIVATE nlohmann_json::nlohmann_json)
# target_link_libraries(${project_target} PRIVATE nlohmann_json::nlohmann_json)
2 changes: 1 addition & 1 deletion tools/substitutions_to_dot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set(project_target visualize)
add_executable(${project_target} substitution_to_dot.cc)
#include_directories(${CMAKE_CURRENT_BINARY_DIR})
target_include_directories(${project_target} PRIVATE ${FLEXFLOW_INCLUDE_DIRS} ${CMAKE_INSTALL_INCLUDEDIR})
target_link_libraries(${project_target} -Wl,--whole-archive flexflow -Wl,--no-whole-archive ${FLEXFLOW_EXT_LIBRARIES} nlohmann_json::nlohmann_json substitution_loader)
target_link_libraries(${project_target} -Wl,--whole-archive flexflow -Wl,--no-whole-archive ${FLEXFLOW_EXT_LIBRARIES} nlohmann_json::nlohmann_json substitution_loader)

0 comments on commit 6f584a1

Please sign in to comment.