Skip to content

Commit

Permalink
Append missing fmt header on perform "make install" (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
HungMingWu authored Nov 3, 2022
1 parent 30b6853 commit 768c295
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ if(SLANG_INCLUDE_INSTALL)
ARCHIVE COMPONENT slang_Development
PUBLIC_HEADER EXCLUDE_FROM_ALL
PRIVATE_HEADER EXCLUDE_FROM_ALL)
install(
DIRECTORY ${fmt_SOURCE_DIR}/include/fmt
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
COMPONENT slang_Development)
endif()

if(NOT unordered_dense_FOUND)
Expand Down

0 comments on commit 768c295

Please sign in to comment.