Skip to content
Snippets Groups Projects
Commit 07dd1807 authored by Erik Frisk's avatar Erik Frisk
Browse files

Lowered the CMake version requirement

parent d72a9c42
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 3.26) cmake_minimum_required(VERSION 3.20)
project(nbtest VERSION 0.1.0 LANGUAGES C CXX) project(nbtest VERSION 0.1.0 LANGUAGES C CXX)
find_package(Python 3.10 COMPONENTS Interpreter Development.Module REQUIRED) find_package(Python 3.10 COMPONENTS Interpreter Development.Module REQUIRED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment