Skip to content

Commit df06240

Browse files
committed
Add missing install for is_utf8Targets.cmake
1 parent d068042 commit df06240

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ set(
9090
)
9191
mark_as_advanced(IS_UTF8_INSTALL_CMAKEDIR)
9292

93+
install(
94+
EXPORT is_utf8Targets
95+
DESTINATION "${IS_UTF8_INSTALL_CMAKEDIR}"
96+
NAMESPACE is_utf8::
97+
)
98+
9399
install(
94100
FILES
95101
"${PROJECT_BINARY_DIR}/is_utf8-config.cmake"

0 commit comments

Comments
 (0)