From 00544de1d11bb9c6e57dd18313e7c9c2dd328aef Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Mon, 25 Feb 2019 20:48:28 -0600 Subject: [PATCH] [nostalgia] Remove OxTrace linking --- src/nostalgia/player/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nostalgia/player/CMakeLists.txt b/src/nostalgia/player/CMakeLists.txt index 51eb8339..2a9d406b 100644 --- a/src/nostalgia/player/CMakeLists.txt +++ b/src/nostalgia/player/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries( NostalgiaCore OxFS OxStd - OxTrace OxMetalClaw )