Now some subtle differences at do_configure:
OpenPLi
..-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ENABLE_VAAPI
USE_LTO
OpenSPA
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
USE_LTO
Strange because both are using packageconfig for lto and vaapi.
If I look at the CMakeCache.txt it is also different:
Openpli
//No help, variable specified on the command line.
ENABLE_VAAPI:UNINITIALIZED=OFF
...
//No help, variable specified on the command line.
USE_LTO:UNINITIALIZED=OFF
OpenSPA
//Enable VAAPI support?
ENABLE_VAAPI:STRING=OFF
...
//No help, variable specified on the command line.
USE_LTO:UNINITIALIZED=8
What is pre-processing these files? jsonschemabuilder?fmt?