We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d87741 commit b5b4e84Copy full SHA for b5b4e84
setup.py
@@ -268,7 +268,7 @@ def _classify_installed_files_override(self, install_paths,
268
269
# 'relpath'/'reldir' = relative to CMAKE_INSTALL_DIR/cmake_install_dir
270
# 'path'/'dir' = relative to sourcetree root
271
- cmake_install_dir = os.path.join(cls._setuptools_wrap.CMAKE_INSTALL_DIR,
+ cmake_install_dir = os.path.join(cls._setuptools_wrap.CMAKE_INSTALL_DIR(),
272
cmake_install_reldir)
273
install_relpaths = [os.path.relpath(p, cmake_install_dir) for p in install_paths]
274
fslash_install_relpaths = [p.replace(os.path.sep, '/') for p in install_relpaths]
0 commit comments