Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake is trying to build unittest / texturetests when DOPTION_ENABLE_ALL_APPS=OFF #321

Open
iaomw opened this issue Jun 27, 2024 · 0 comments

Comments

@iaomw
Copy link

iaomw commented Jun 27, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant