Skip to content
Snippets Groups Projects
Commit 1788cc5f authored by marco's avatar marco
Browse files

fix typo

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1880 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 569a5582
Branches
Tags
No related merge requests found
...@@ -147,9 +147,9 @@ endfunction() ...@@ -147,9 +147,9 @@ endfunction()
if (CMAKE_COMPILER_IS_GNUCXX) if (CMAKE_COMPILER_IS_GNUCXX)
get_compiler_version(_GCC_VERSION) get_compiler_version(_GCC_VERSION)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
if (APPLE AND NOT GCC_VERSION MATCHES "42") if (APPLE AND NOT _GCC_VERSION MATCHES "42")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden")
endif() endif()
endif() endif()
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY) set(CMAKE_LIBRARY_OUTPUT_DIRECTORY)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment