This would allow GPT4All to be built without Python, without any special flags.
By default, the test and check targets are made available only if Python is found. Setting -DGPT4ALL_TEST=ON will explicitly require Python in order to run the tests. Setting -DGPT4ALL_TEST=OFF will prevent the tests from being built.
This would allow GPT4All to be built without Python, without any special flags.
By default, the
test
andcheck
targets are made available only if Python is found. Setting-DGPT4ALL_TEST=ON
will explicitly require Python in order to run the tests. Setting-DGPT4ALL_TEST=OFF
will prevent the tests from being built.