Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5b4e84

Browse filesBrowse files
Adminnative-api
Admin
authored andcommitted
Adapt setup.py hook for skbuild 0.9.0
1 parent 7d87741 commit b5b4e84
Copy full SHA for b5b4e84

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.