Skip to content

Commit

Permalink
fix: rename header install pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Troian <troian.ap@gmail.com>
  • Loading branch information
troian committed Apr 5, 2020
1 parent 3bf827c commit a95f04d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ endif ()
if (JWTPP_WITH_INSTALL)
install(
DIRECTORY
include/export/jwtpp
include/export/jwtpp
DESTINATION include
FILES_MATCHING PATTERN "*.hpp"
FILES_MATCHING PATTERN "*.hh"
)
endif ()

Expand Down

0 comments on commit a95f04d

Please sign in to comment.