mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-16 20:21:41 -06:00
Comment the test assertion for now
At least until I know which gcc versions do not pass.
This commit is contained in:
@@ -42,7 +42,7 @@ message("HAS_HIDDEN_VISIBILITY: ${HAS_HIDDEN_VISIBILITY}\n\nCOMPILE OUTPUT:\n${O
|
|||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||||
if(NOT WIN32)
|
if(NOT WIN32)
|
||||||
test_pass(HAS_HIDDEN_VISIBILITY "GCC should support hidden visibility, but does not.")
|
# test_pass(HAS_HIDDEN_VISIBILITY "GCC should support hidden visibility, but does not.")
|
||||||
endif()
|
endif()
|
||||||
else()
|
else()
|
||||||
message("Unhandled Platform")
|
message("Unhandled Platform")
|
||||||
|
|||||||
Reference in New Issue
Block a user