Skip to content

Commit 8c72b3e

Browse files
jhlee525thiagomacieira
authored andcommitted
fix installdir in cmake build
1 parent 0e22432 commit 8c72b3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ install(FILES
150150
${PROJECT_SOURCE_DIR}/src/cbor.h
151151
${PROJECT_BINARY_DIR}/tinycbor-version.h
152152
${PROJECT_BINARY_DIR}/tinycbor-export.h
153-
TYPE INCLUDE
153+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tinycbor
154154
)
155155
install(
156156
TARGETS tinycbor

0 commit comments

Comments
 (0)