Skip to content

Commit

Permalink
#1845: fix include directory for fmt in trace-only builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jun 8, 2022
1 parent 4bb46b0 commit 164ba7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/trace_only_functions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function(create_trace_only_target)
# we use INSTALL_DIR/include/vt-trace instead
# so we have to install FMT lib aswell
install(
FILES "${CMAKE_CURRENT_SOURCE_DIR}/../lib/fmt/include/fmt/core.h"
FILES "${CMAKE_CURRENT_SOURCE_DIR}/../lib/fmt/include/fmt-vt/core.h"
DESTINATION "include/vt-trace/fmt"
)

Expand Down

0 comments on commit 164ba7c

Please sign in to comment.