CMakeLists.txt: Fix wrong parameters for project

When VERSION is given, LANGUAGES becomes mandatory.
This commit is contained in:
Xavier Del Campo Romero 2023-11-23 00:07:45 +01:00
parent 1768210ea4
commit c322356670
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(slcl C VERSION 0.1.0)
project(slcl LANGUAGES C VERSION 0.1.0)
add_executable(${PROJECT_NAME}
auth.c
base64.c