diff options
author | Josh Blum <josh@joshknows.com> | 2011-08-03 01:58:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-08-03 01:58:49 -0700 |
commit | f19b9b8b2f0366af4e61cb7b831960b826c5cce9 (patch) | |
tree | cc72eab60d76b097daa389d5a06923a6be7aad91 /gr-atsc/CMakeLists.txt | |
parent | 8abd6a443e72439f4c7e77bc0c6f5b54bb70f8e7 (diff) |
atsc: did work on symbol visibility and minor tweaks in qa code for MSVC
Diffstat (limited to 'gr-atsc/CMakeLists.txt')
-rw-r--r-- | gr-atsc/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gr-atsc/CMakeLists.txt b/gr-atsc/CMakeLists.txt index ab5bf82310..86aa53991a 100644 --- a/gr-atsc/CMakeLists.txt +++ b/gr-atsc/CMakeLists.txt @@ -27,13 +27,10 @@ INCLUDE(GrBoost) ######################################################################## INCLUDE(GrComponent) GR_REGISTER_COMPONENT("gr-atsc" ENABLE_GR_ATSC - UNIX #FIXME until we get MSVC working with this and Reed-Solomon codec Boost_FOUND ENABLE_GR_CORE_ ) -REMOVE_DEFINITIONS(-fvisibility=hidden) #FIXME until we do symbol visibility - GR_SET_GLOBAL(GR_ATSC_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/src/lib ) |