Skip to content

Commit

Permalink
Fix include path for fmtlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ibell committed May 13, 2023
1 parent 80c70e7 commit 1ac6ee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wrappers/Python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ def find_cpp_sources(root=os.path.join('..', '..', 'src'), extensions=['.cpp'],
os.path.join(CProot, 'include'),
os.path.join(CProot, 'src'),
os.path.join(CProot, 'externals', 'Eigen'),
os.path.join(CProot, 'externals', 'fmtlib'), # should be deprecated
#os.path.join(CProot, 'externals', 'fmtlib','include'),
# os.path.join(CProot, 'externals', 'fmtlib'), # should be deprecated
os.path.join(CProot, 'externals', 'fmtlib','include'),
os.path.join(CProot, 'externals', 'msgpack-c', 'include')]

# If the file is run directly without any parameters, clean, build and install
Expand Down

0 comments on commit 1ac6ee5

Please sign in to comment.