Skip to content

Commit cbfa320

Browse files
Adminskvark
Admin
authored andcommitted
Adapt setup.py hook for skbuild 0.9.0
1 parent 6e8f516 commit cbfa320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def _classify_installed_files_override(self, install_paths,
268268

269269
# 'relpath'/'reldir' = relative to CMAKE_INSTALL_DIR/cmake_install_dir
270270
# 'path'/'dir' = relative to sourcetree root
271-
cmake_install_dir = os.path.join(cls._setuptools_wrap.CMAKE_INSTALL_DIR,
271+
cmake_install_dir = os.path.join(cls._setuptools_wrap.CMAKE_INSTALL_DIR(),
272272
cmake_install_reldir)
273273
install_relpaths = [os.path.relpath(p, cmake_install_dir) for p in install_paths]
274274
fslash_install_relpaths = [p.replace(os.path.sep, '/') for p in install_relpaths]

0 commit comments

Comments
 (0)