This repository was archived by the owner on Feb 20, 2023. It is now read-only.
This repository was archived by the owner on Feb 20, 2023. It is now read-only.
CMake: feature test and bomb out early if features are missing. #1263
Open
Description
Feature Request
CMake: feature test and bomb out early if features are missing.
Summary
CMake should test for all necessary features and bomb out early if features are missing. For example, AVX2.
Solution
Figure out what needs to be tested for and add some if statements to CMakeLists.txt.