Skip to content

Commit 0961537

Browse files
committed
[cmake] make TRACY_PUBLIC_DIR an absolute path
1 parent 99f7162 commit 0961537

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tracy.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(TRACY_ENABLE
1313
${ENABLE_TRACY_PROFILING}
1414
CACHE INTERNAL ""
1515
)
16-
set(TRACY_PUBLIC_DIR ${TRACY_DIR}/public)
16+
set(TRACY_PUBLIC_DIR ${PROJECT_SOURCE_DIR}/${TRACY_DIR}/public)
1717
set(TRACY_HEADERS_INSTALL_DIR ${THIRD_PARTY_HEADERS_INSTALL_DIR})
1818
message(STATUS "Tracy public dir: ${TRACY_PUBLIC_DIR}")
1919

0 commit comments

Comments
 (0)