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 efc994f commit c5c25f9Copy full SHA for c5c25f9
setup.py
@@ -49,7 +49,8 @@ def build_extension(self, ext):
49
'-DPYTHON_EXECUTABLE=' + sys.executable,
50
'-DPYTHON_INCLUDE_DIR=' + python_include_directory,
51
'-DPOLYSOLVE_WITH_SPECTRA=OFF',
52
- '-DPOLYSOLVE_WITH_AMGCL=OFF']
+ '-DPOLYSOLVE_WITH_AMGCL=OFF',
53
+ '-DCMAKE_POLICY_VERSION_MINIMUM=3.5']
54
55
cfg = 'Debug' if self.debug else 'Release'
56
build_args = ['--config', cfg]
0 commit comments