mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Force WITH_PYTHON=YES for distcheck.
To ensure that it works from the tarball.
This commit is contained in:
parent
e1b0140357
commit
1365a19e2e
@ -47,6 +47,7 @@ function(run_dist_check PACKAGE_PREFIX EXT)
|
||||
-D CMAKE_INSTALL_PREFIX=../${INSTALL_DIR}
|
||||
-D GTEST_ROOT=${GTEST_ROOT}
|
||||
-D GMOCK_ROOT=${GMOCK_ROOT}
|
||||
-D WITH_PYTHON=YES
|
||||
../${PACKAGE_PREFIX}
|
||||
WORKING_DIRECTORY ${BUILD_DIR}
|
||||
ERROR_MSG "CMake configure command failed."
|
||||
|
Loading…
Reference in New Issue
Block a user