Skip to content

Commit

Permalink
Merge pull request #11 from Innoptech/fix-windows-ci
Browse files Browse the repository at this point in the history
Fix windows ci
  • Loading branch information
jeanchristopheruel authored Aug 15, 2024
2 parents 6390f9d + da75532 commit 0f7b7a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ def build_extension(self, ext: CMakeExtension) -> None:
f"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY={extdir}{os.sep}",
f"-DPYTHON_EXECUTABLE={sys.executable}",
f"-DCMAKE_BUILD_TYPE={cfg}",
"-DCMAKE_BUILD_TYPE=Release",
'-DCMAKE_INSTALL_RPATH=$ORIGIN',
'-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON',
'-DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF',
'-DOPENSTL_BUILD_PYTHON:BOOL=ON'
]

Expand Down

0 comments on commit 0f7b7a8

Please sign in to comment.