From a491919dfa406b3b6b3fa58d51cbd36eb7473da6 Mon Sep 17 00:00:00 2001 From: derek Date: Fri, 19 Nov 2010 10:42:40 -0500 Subject: [PATCH] Removed commented (library export) definitions from utils & jsoncpp CMakeLists files --- src/third_party/jsoncpp/CMakeLists.txt | 2 +- src/utils/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/third_party/jsoncpp/CMakeLists.txt b/src/third_party/jsoncpp/CMakeLists.txt index 1ee9cdf..3fc9ec4 100644 --- a/src/third_party/jsoncpp/CMakeLists.txt +++ b/src/third_party/jsoncpp/CMakeLists.txt @@ -6,7 +6,7 @@ # ========================== # add compiler definitions -#add_definitions(-DJSONCPP_LIBRARY) # (for proper exporting of library symbols) +add_definitions(-DBAMTOOLS_JSONCPP_LIBRARY) # (for proper exporting of library symbols) # create jsoncpp library add_library ( jsoncpp SHARED diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt index f93835b..b5ac697 100644 --- a/src/utils/CMakeLists.txt +++ b/src/utils/CMakeLists.txt @@ -9,7 +9,7 @@ include_directories (${BamTools_SOURCE_DIR}/src/api) # add compiler definitions -#add_definitions(-DBAMTOOLS_UTILS_LIBRARY) # (for proper exporting of library symbols) +add_definitions(-DBAMTOOLS_UTILS_LIBRARY) # (for proper exporting of library symbols) # create BamTools utils library add_library ( BamTools-utils SHARED -- 2.39.2