You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make minimum build, however it's always trying to compile the unittests things. Then it fails.
I also confirmed in CMakeCache.txt, uinttests is off with: OPTION_BUILD_APPS_CMP_UNITTESTS:BOOL=OFF
How to disable unit tests code completely?
The text was updated successfully, but these errors were encountered:
cmake -DOPTION_ENABLE_ALL_APPS=OFF -G "Ninja" -B build
cmake --build build --config Release
I am trying to make minimum build, however it's always trying to compile the unittests things. Then it fails.
I also confirmed in CMakeCache.txt, uinttests is off with:
OPTION_BUILD_APPS_CMP_UNITTESTS:BOOL=OFF
How to disable unit tests code completely?
The text was updated successfully, but these errors were encountered: