You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue suggests specifying the minimum required version of CMake in the test modules by using the cmake_minimum_required function. This change is proposed because the test modules will essentially be invoked as scripts independent from the root CMakeLists.txt. Therefore, it is suggested to specify the minimum required version of CMake in the test modules to maintain consistent behavior by disallowing older CMake policies.
The text was updated successfully, but these errors were encountered:
This issue suggests specifying the minimum required version of CMake in the test modules by using the
cmake_minimum_required
function. This change is proposed because the test modules will essentially be invoked as scripts independent from the rootCMakeLists.txt
. Therefore, it is suggested to specify the minimum required version of CMake in the test modules to maintain consistent behavior by disallowing older CMake policies.The text was updated successfully, but these errors were encountered: