cryptopp-cmake icon indicating copy to clipboard operation
cryptopp-cmake copied to clipboard

Cache results of check compile/link operations

Open johnkeeping opened this issue 4 years ago • 0 comments

Use the same pattern as CMake's CHECK_CXX_COMPILER_FLAG and similar functions to avoid executing these tests every time a project is reconfigured. These tests only need to run if the compiler changes and CMake automatically invalidates all cached data when that happens.

johnkeeping avatar Oct 14 '21 15:10 johnkeeping