We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a15b6b commit e39f8f5Copy full SHA for e39f8f5
2 files changed
.gitignore
@@ -6,7 +6,6 @@
6
/venv/
7
/.venv/
8
9
-
10
# Python cache
11
__pycache__/
12
*.pyc
@@ -16,3 +15,4 @@ __pycache__/
16
15
/dist/
17
/src/*.egg-info/
18
/docs/api/*.rst
+/wheelhouse/
CMakeLists.txt
@@ -1,6 +1,8 @@
1
cmake_minimum_required(VERSION 3.15...3.26)
2
project(${SKBUILD_PROJECT_NAME} LANGUAGES CXX)
3
4
+set(CMAKE_POSITION_INDEPENDENT_CODE ON)
5
+
# dependencies
file(
DOWNLOAD
0 commit comments