Skip to content

Commit 51c30d0

Browse files
EtienneArManifoldFR
authored andcommitted
Fix cmakelists.txt: works with tracy froù conda and fetchcontact
1 parent b21d5c7 commit 51c30d0

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
@@ -373,7 +373,7 @@ function(create_library)
373373
endif()
374374

375375
if(ALIGATOR_TRACY_ENABLE)
376-
target_link_libraries(${PROJECT_NAME} PUBLIC TracyClient)
376+
target_link_libraries(${PROJECT_NAME} PUBLIC Tracy::TracyClient)
377377
endif()
378378

379379
target_link_libraries(

0 commit comments

Comments
 (0)