We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d215cb commit e89b851Copy full SHA for e89b851
src/cython_cmake/cmake/FindCython.cmake
@@ -41,6 +41,8 @@
41
# limitations under the License.
42
#=============================================================================
43
44
+# SPDX-License-Identifier: Apache-2.0
45
+
46
# Use the Cython executable that lives next to the Python executable
47
# if it is a local installation.
48
if(Python_EXECUTABLE)
src/cython_cmake/cmake/UseCython.cmake
@@ -70,6 +70,8 @@
70
71
72
73
74
75
if(CMAKE_VERSION VERSION_LESS "3.8")
76
# CMake 3.7 required for DEPFILE
77
# CMake 3.8 required for COMMAND_EXPAND_LISTS
0 commit comments