Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KyQiao committed Jul 22, 2021
1 parent 65707db commit d92235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def build_extension(self, ext):
cmake_args = [
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY={}".format(extdir),
"-DPYTHON_EXECUTABLE={}".format(sys.executable),
"-DVERSION_INFO={}".format(
"-DVERSION_INFO=\"{}\"".format(
self.distribution.get_version()),
# not used on MSVC, but no harm
"-DCMAKE_BUILD_TYPE={}".format(cfg),
Expand Down

0 comments on commit d92235e

Please sign in to comment.