Skip to content

Commit

Permalink
Remove check for GCC < 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
K-ballo committed Jul 21, 2016
1 parent 7b6c8dd commit 5b8dd46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -262,9 +262,6 @@ endif()
################################################################################
set(HPX_HIDDEN_VISIBILITY_DEFAULT ON)
if(CMAKE_COMPILER_IS_GNUCXX)
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.8)
set(HPX_HIDDEN_VISIBILITY_DEFAULT OFF)
endif()
if("${HPX_PLATFORM_UC}" STREQUAL "ANDROID")
set(HPX_HIDDEN_VISIBILITY_DEFAULT OFF)
endif()
Expand Down

0 comments on commit 5b8dd46

Please sign in to comment.