Skip to content

Commit

Permalink
[tracy] Fix incorrect target name
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 5, 2024
1 parent 6f1d641 commit c28350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DARTFindDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if(DART_BUILD_PROFILE)
)
FetchContent_MakeAvailable(tracy)
if(MSVC)
target_compile_options(external_lib_target PRIVATE /W0)
target_compile_options(TracyClient PRIVATE /W0)
else()
target_compile_options(TracyClient PRIVATE -w)
endif()
Expand Down

0 comments on commit c28350e

Please sign in to comment.