Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 833866
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- a/CMakeLists.txt
0
++ b/CMakeLists.txt
Lines 6-13 if(PROJECT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR) Link Here
6
    set(CEREAL_MASTER_PROJECT ON)
6
    set(CEREAL_MASTER_PROJECT ON)
7
endif()
7
endif()
8
8
9
include(CheckCXXCompilerFlag)
10
check_cxx_compiler_flag("-m32" COMPILER_HAVE_M32)
9
11
10
if(APPLE)
12
if(APPLE OR NOT COMPILER_HAVE_M32)
11
    option(SKIP_PORTABILITY_TEST "Skip portability (32 bit) tests" ON)
13
    option(SKIP_PORTABILITY_TEST "Skip portability (32 bit) tests" ON)
12
endif()
14
endif()
13
15

Return to bug 833866