File tree Expand file tree Collapse file tree 3 files changed +1
-33
lines changed Expand file tree Collapse file tree 3 files changed +1
-33
lines changed Original file line number Diff line number Diff line change @@ -69,10 +69,6 @@ option(SWIFT_STDLIB_OS_VERSIONING
69
69
"Build stdlib with availability based on OS versions (Darwin only)."
70
70
TRUE )
71
71
72
- option (SWIFT_COMPILE_DIFFERENTIATION_WITHOUT_TGMATH
73
- "Build Differentation without tgmath (and dependency on platform runtime libraries)"
74
- FALSE )
75
-
76
72
#
77
73
# End of user-configurable options.
78
74
#
Original file line number Diff line number Diff line change @@ -91,15 +91,7 @@ if(SWIFT_BUILD_STDLIB)
91
91
add_subdirectory (SwiftOnoneSupport )
92
92
93
93
if (SWIFT_ENABLE_EXPERIMENTAL_DIFFERENTIABLE_PROGRAMMING )
94
- if (SWIFT_COMPILE_DIFFERENTIATION_WITHOUT_TGMATH )
95
- # Use a different CMakeLists.txt for this configuration
96
- # while sharing the bulk of the code
97
- # This way we will reduce any side effect on the main configuration
98
- # and increase the readability of the CMake code
99
- add_subdirectory (Differentiation_NoTgMath )
100
- else ()
101
- add_subdirectory (Differentiation )
102
- endif ()
94
+ add_subdirectory (Differentiation )
103
95
endif ()
104
96
105
97
if (SWIFT_ENABLE_EXPERIMENTAL_CONCURRENCY )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments