From 596d29ca4d2bfd79ca202a25cf1986419eee27df Mon Sep 17 00:00:00 2001 From: clangen Date: Mon, 6 Jun 2016 21:21:39 -0700 Subject: [PATCH] Removed some junk from CMakeLists.txt that was causing issues on other platforms. --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ba163192..1d1d7661e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,8 +6,6 @@ set (musikbox_VERSION_MAJOR 0) set (musikbox_VERSION_MINOR 1) set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} "-std=c++11 -fpermissive -g") -set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -rdynamic") -set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -rdynamic") set (BOOST_LIBS system @@ -46,7 +44,6 @@ set (musikbox_LINK_LIBS ${linux_LINK_LIBS} ${BOOST_LINK_LIBS} dl - rt ) include_directories (