diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b8c4b21..90dacb1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ project( VERSION 24 DESCRIPTION - "The luma platform." + "Reference emulator for the luma platform." HOMEPAGE_URL "https://mandelbrot.dk/luma" LANGUAGES @@ -15,7 +15,7 @@ project( ) set( CMAKE_C_STANDARD - 99 + 11 ) # Disable in-souce builds: |