Skip to content

Commit

Permalink
Remove crow dependency from demo target
Browse files Browse the repository at this point in the history
It's indirectly linked via arbitration_graphs_gui
  • Loading branch information
orzechow committed Nov 5, 2024
1 parent 3f1fa33 commit 4e516ae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ find_package(SDL2 REQUIRED)
find_package(util_caching REQUIRED)
find_package(Yaml-cpp REQUIRED)

find_package(Crow)

###########
## Build ##
Expand Down Expand Up @@ -94,7 +93,6 @@ target_include_directories(${PROJECT_NAME}_exe PRIVATE
)
target_link_libraries(${PROJECT_NAME}_exe PRIVATE
${PROJECT_NAME}
Crow::Crow
EnTT_Pacman
util_caching
${SDL2_LIBRARY}
Expand Down

0 comments on commit 4e516ae

Please sign in to comment.