Skip to content

Commit

Permalink
Merge pull request #2 from KyQiao/working
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
KyQiao authored Jul 22, 2021
2 parents d4373f4 + d92235e commit 02885a8
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 02885a8

Please sign in to comment.