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 d48c56f commit 88fd3c7Copy full SHA for 88fd3c7
setup.py
@@ -110,6 +110,7 @@ def generate_cmake_arguments(self):
110
'-DOTIO_CXX_INSTALL:BOOL=OFF',
111
'-DOTIO_SHARED_LIBS:BOOL=OFF',
112
'-DCMAKE_BUILD_TYPE=' + self.build_config,
113
+ '-DCMAKE_INSTALL_PREFIX=' + install_dir,
114
'-DOTIO_PYTHON_INSTALL_DIR=' + install_dir,
115
# turn off the C++ tests during a Python build
116
'-DBUILD_TESTING:BOOL=OFF',
0 commit comments