Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Fix CMake 3.26 warning in ctkLinkerAsNeededFlagCheck project
Starting with CMake 2.26, a warning is reported if "cmake_minimum_required()" is not called before the "project()" command. See https://cmake.org/cmake/help/v3.26/release/3.26.html#other-changes It fixes the following warning: ``` CMake Warning (dev) at /path/to/CTK/CMake/ctkLinkerAsNeededFlagCheck/CMakeLists.txt:1 (project): cmake_minimum_required() should be called prior to this top-level project() call. Please see the cmake-commands(7) manual for usage documentation of both commands. This warning is for project developers. Use -Wno-dev to suppress it. ```
- Loading branch information