We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ab152c commit e6779a2Copy full SHA for e6779a2
pyproject.toml
@@ -25,6 +25,6 @@ readme = {file = "README.md", content-type = "text/markdown"}
25
# string will disable this check.
26
cmake.version = ">=3.15"
27
28
-cmake.args=['-DCMAKE_POSITION_INDEPENDENT_CODE=ON', '-DUG_ROOT_CMAKE_PATH=/home/runner/work/plugin_TiffImage/plugin_TiffImage/ug4-git/ugcore', '-DTARGET=libug4','-DPARALLEL:BOOL=OFF','-DUSE_PYBIND11:BOOL=ON', '-DSTATIC_BUILD:BOOL=ON','-DCPU=ALL', '-DCPU=1','-DUtil:TiffImage=ON']
+cmake.args=['-DCMAKE_POSITION_INDEPENDENT_CODE=ON', '-DUG_ROOT_CMAKE_PATH=/home/runner/work/plugin_TiffImage/plugin_TiffImage/ug4-git/ugcore/cmake', '-DTARGET=libug4','-DPARALLEL:BOOL=OFF','-DUSE_PYBIND11:BOOL=ON', '-DSTATIC_BUILD:BOOL=ON','-DCPU=ALL', '-DCPU=1','-DUtil:TiffImage=ON']
29
30
logging.level = "DEBUG"
0 commit comments