Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit be25696

Browse files
CMake: Fix typo in install interface
1 parent 60d0fb3 commit be25696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ target_include_directories(qxmpp
201201
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/client>
202202
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/server>
203203
$<BUILD_INTERFACE:${CMAKE_CURRENT_BINARY_DIR}/base>
204-
$<INSTALL_INTERFACE:include/qmake>
204+
$<INSTALL_INTERFACE:include/qxmpp>
205205
)
206206

207207
target_link_libraries(qxmpp

0 commit comments

Comments
 (0)