Skip to content

Commit

Permalink
Include Async++ with target_link_libraries_system.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Sep 20, 2023
1 parent fd6a585 commit fcd8c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CesiumAsync/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ target_link_libraries(CesiumAsync
PUBLIC
CesiumUtility
GSL
Async++
PRIVATE
sqlite3
)

# These libraries erroneously do NOT list their headers as `SYSTEM` headers
target_link_libraries_system(CesiumAsync PUBLIC
spdlog
Async++
)

install(TARGETS CesiumAsync
Expand Down

0 comments on commit fcd8c41

Please sign in to comment.