Skip to content

Commit 33c2bfb

Browse files
committed
Merge branch 'topic/remove-tracy-fpic' into devel
2 parents 8a85ab4 + f9cf71d commit 33c2bfb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,6 @@ if(ALIGATOR_TRACY_ENABLE AND DOWNLOAD_TRACY)
356356
elseif(ALIGATOR_TRACY_ENABLE)
357357
# assume it is installed somewhere
358358
ADD_PROJECT_DEPENDENCY(Tracy)
359-
set_target_properties(
360-
Tracy::TracyClient
361-
PROPERTIES POSITION_INDEPENDENT_CODE True
362-
)
363359
if(NOT ${tracy_FOUND})
364360
message(
365361
FATAL_ERROR

0 commit comments

Comments
 (0)