File tree Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Expand file tree Collapse file tree 2 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -17,17 +17,6 @@ if(FEATURE_TESTS)
17
17
)
18
18
endif ()
19
19
20
- set (ENABLE_INTERPROCEDURAL_OPTIMIZATION "ENABLE_INTERPROCEDURAL_OPTIMIZATION" )
21
- if (APPLE )
22
- detect_macos_version (apple_version )
23
- if (apple_version VERSION_GREATER_EQUAL 13 )
24
- # workaround for linkage error as described in https://github.com/Homebrew/homebrew-core/issues/145991
25
- # although fixed, this problem still exists in github actions
26
- add_link_options (-Wl,-ld_classic )
27
- set (ENABLE_INTERPROCEDURAL_OPTIMIZATION "" )
28
- endif ()
29
- endif ()
30
-
31
20
# Initialize project_options
32
21
project_options (
33
22
ENABLE_CACHE
Original file line number Diff line number Diff line change @@ -49,17 +49,6 @@ if(NOT MSVC)
49
49
#message(STATUS "Detect Linker: ${LINKER}")
50
50
endif ()
51
51
52
- set (ENABLE_INTERPROCEDURAL_OPTIMIZATION "ENABLE_INTERPROCEDURAL_OPTIMIZATION" )
53
- if (APPLE )
54
- detect_macos_version (apple_version )
55
- if (apple_version VERSION_GREATER_EQUAL 13 )
56
- # workaround for linkage error as described in https://github.com/Homebrew/homebrew-core/issues/145991
57
- # although fixed, this problem still exists in github actions
58
- add_link_options (-Wl,-ld_classic )
59
- set (ENABLE_INTERPROCEDURAL_OPTIMIZATION "" )
60
- endif ()
61
- endif ()
62
-
63
52
# Initialize project_options
64
53
# uncomment the options to enable them
65
54
project_options (
You can’t perform that action at this time.
0 commit comments