BinomialLLC / basis_universal

Basis Universal GPU Texture Codec
Apache License 2.0
2.72k stars 267 forks source link

cmake `OPENCL` option ignored for none MSVC #289

Open MarkCallow opened 2 years ago

MarkCallow commented 2 years ago

CMakeLists.txt will set the BASISU_SUPPORT_OPENCL compile flag if OpenCL is found on the build machine regardless of the value of the config option OPENCL. for none MSVC builds. For MSVC builds, it does pay attention.