From b515a034f6614fd288b428d00c56c53ecee16daa Mon Sep 17 00:00:00 2001 From: Edoardo Prezioso Date: Fri, 16 Dec 2016 22:05:45 +0100 Subject: [PATCH] - Game-Music-Emu: Merge commits dfffd2b and 2cbb70f. Commit titles: dfffd2b - 'Hide the GCC visibility option to non-GCC compilers.' 2cbb70f - 'Merged in edward_san/game-music-emu (pull request #3)' --- game-music-emu/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/game-music-emu/CMakeLists.txt b/game-music-emu/CMakeLists.txt index 20973401b..c6472b690 100644 --- a/game-music-emu/CMakeLists.txt +++ b/game-music-emu/CMakeLists.txt @@ -104,10 +104,10 @@ if (CMAKE_COMPILER_IS_GNUCXX) endif() endif() endif() # test visibility -endif() -# Cache this result -set( LIBGME_HAVE_GCC_VISIBILITY ${ENABLE_VISIBILITY} CACHE BOOL "GCC support for hidden visibility") + # Cache this result + set( LIBGME_HAVE_GCC_VISIBILITY ${ENABLE_VISIBILITY} CACHE BOOL "GCC support for hidden visibility") +endif() # Shared library defined here add_subdirectory(gme)