Skip to content

Commit

Permalink
minimum requires cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Mar 14, 2024
1 parent ac98531 commit 7cab560
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 @@ -22,7 +22,7 @@
# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.23)

# set the project name
project(
Expand Down

0 comments on commit 7cab560

Please sign in to comment.