Skip to content

Commit d71fc39

Browse files
authored
Merge pull request #986 from Xnuman/master
Change cmake export settings to correctly copy directory hierarchy
2 parents 4a5a21c + 40d12b6 commit d71fc39

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
@@ -235,7 +235,7 @@ if(TRACY_Fortran)
235235
FILE ${CMAKE_BINARY_DIR}/TracyTargets.cmake)
236236
endif()
237237
install(FILES ${tracy_includes}
238-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy)
238+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/tracy)
239239
install(FILES ${client_includes}
240240
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/tracy/client)
241241
install(FILES ${common_includes}

0 commit comments

Comments
 (0)