diff --git a/wrappers/Python/setup.py b/wrappers/Python/setup.py index 3b1daa3d9..8df6aee40 100644 --- a/wrappers/Python/setup.py +++ b/wrappers/Python/setup.py @@ -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