From 75b7fb4c034c1703668b252ffa0fd2438139238c 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