Skip to content

Commit

Permalink
rename nlohmann_json target to foedag_nlohmann_json to avoid name cla…
Browse files Browse the repository at this point in the history
…sh (#661)
  • Loading branch information
NadeemYaseen authored Mar 6, 2024
1 parent 89448c5 commit beff80f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ target_link_libraries(raptor_gui PUBLIC rs_licenseManager)
endif()
endif()

add_dependencies(raptor_gui nlohmann_json)
add_dependencies(raptor_gui foedag_nlohmann_json)
add_dependencies(raptor_gui scope_guard)
add_dependencies(raptor_gui cfgcommonrs)

Expand Down
2 changes: 1 addition & 1 deletion FOEDAG
6 changes: 3 additions & 3 deletions src/ConfigurationRS/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ target_link_libraries(bitgenerator INTERFACE cfgobject)
target_link_libraries(bitassembler INTERFACE bitgenerator)
target_link_libraries(ocla INTERFACE hardwaremanager)

add_dependencies(bitassembler nlohmann_json)
add_dependencies(bitgenerator nlohmann_json)
add_dependencies(cfgcrypto openssl_build)
add_dependencies(bitassembler foedag_nlohmann_json)
add_dependencies(bitgenerator foedag_nlohmann_json)
add_dependencies(cfgcrypto openssl_build)

0 comments on commit beff80f

Please sign in to comment.