Skip to content

Commit 88fd3c7

Browse files
committed
Add CMake install dir
Signed-off-by: Darby Johnston <[email protected]>
1 parent d48c56f commit 88fd3c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def generate_cmake_arguments(self):
110110
'-DOTIO_CXX_INSTALL:BOOL=OFF',
111111
'-DOTIO_SHARED_LIBS:BOOL=OFF',
112112
'-DCMAKE_BUILD_TYPE=' + self.build_config,
113+
'-DCMAKE_INSTALL_PREFIX=' + install_dir,
113114
'-DOTIO_PYTHON_INSTALL_DIR=' + install_dir,
114115
# turn off the C++ tests during a Python build
115116
'-DBUILD_TESTING:BOOL=OFF',

0 commit comments

Comments
 (0)