Skip to content

Commit

Permalink
remove bad fmt include
Browse files Browse the repository at this point in the history
  • Loading branch information
white238 committed May 16, 2019
1 parent dd70fc0 commit 4564e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thirdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set(FMT_HEADER_ONLY TRUE PARENT_SCOPE)

install(TARGETS fmt
EXPORT fmt-targets
INCLUDES DESTINATION include/fmt)
INCLUDES DESTINATION include)
install(DIRECTORY ${PROJECT_SOURCE_DIR}/thirdparty/fmt
DESTINATION include
)
Expand Down

0 comments on commit 4564e4e

Please sign in to comment.