We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b618e53 commit 4fef3d0Copy full SHA for 4fef3d0
1 file changed
CMakeLists.txt
@@ -91,21 +91,6 @@ if (NOT MSVC)
91
endif()
92
93
94
-if (APPLE)
95
- include(CheckCSourceCompiles)
96
- set(GMSSL_CMAKE_REQUIRED_LIBRARIES_SAVE "${CMAKE_REQUIRED_LIBRARIES}")
97
- set(CMAKE_REQUIRED_LIBRARIES "-framework OpenCL")
98
- check_c_source_compiles(
99
- "#include <OpenCL/OpenCL.h>
100
- int main(void) { cl_uint n = 0; clGetPlatformIDs(0, 0, &n); return 0; }"
101
- GMSSL_HAVE_MACOS_OPENCL)
102
- set(CMAKE_REQUIRED_LIBRARIES "${GMSSL_CMAKE_REQUIRED_LIBRARIES_SAVE}")
103
- if (GMSSL_HAVE_MACOS_OPENCL)
104
- set(GMSSL_DEFAULT_ENABLE_LMS_CL ON)
105
- set(GMSSL_DEFAULT_ENABLE_XMSS_CL ON)
106
- endif()
107
-endif()
108
-
109
option(ENABLE_TEST_SPEED "Enable test speed" OFF)
110
option(ENABLE_SLOW_TEST "Enable slow tests" OFF)
111
0 commit comments