Skip to content

Commit

Permalink
set cmake_minimum_required to 3.22
Browse files Browse the repository at this point in the history
That's the cmake verion included in Ubuntu 2022.04

Change-Id: I5d6da0d33c86eae5020bba1b9a8805fc8d7e7868
  • Loading branch information
dneto0 committed Jan 6, 2025
1 parent 017742f commit c010035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

cmake_minimum_required(VERSION 3.13)
cmake_minimum_required(VERSION 3.22)
if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif()
Expand Down

0 comments on commit c010035

Please sign in to comment.