GPUOpen-Tools / compressonator

Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs
1.29k stars 193 forks source link

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

Open iaomw opened 2 months ago

iaomw commented 2 months ago

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?