From 5479a471a3dcdd9efc574fb4b02b1c455f4ed308 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Mon, 29 Apr 2019 20:29:50 +1000 Subject: [PATCH] fix build --- src/common/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 0b494d98..88ab338d 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -26,10 +26,6 @@ if( UNIX ) PUBLIC pthread stdc++fs ) -else() - target_link_libraries( common - PUBLIC - stackwalker ) endif() target_include_directories( common