Skip to content

Commit 4c6cefc

Browse files
committed
Reconfigure Python build script to place CMake configure scripts in a
place where they can be found.
1 parent 2206e35 commit 4c6cefc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -862,6 +862,7 @@ if(BUILD_PYTHON)
862862
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
863863
-DINSTALL_MANUAL=OFF -DINSTALL_TESTS=OFF
864864
-DIMPORT_NATIVE_EXECUTABLES=${THIRDPARTY_DIR}/python/NativeExports.cmake
865+
-DCONFIG_INSTALL_DIR=.
865866

866867
INSTALL_DIR ${THIRDPARTY_DIR}/python
867868
)

0 commit comments

Comments
 (0)