From f5c10e0e4697ee9fffe6e4bd1a556ab64c852968 Mon Sep 17 00:00:00 2001 From: diamant3 Date: Sun, 25 Feb 2024 22:11:23 +0800 Subject: [PATCH] remove version in cmakelists' samples --- _includes/samples/audio/CMakeLists.txt | 1 - _includes/samples/controls/CMakeLists.txt | 1 - _includes/samples/hello/CMakeLists.txt | 1 - _includes/samples/sdl2/CMakeLists.txt | 1 - _includes/samples/sdl2_mixer/CMakeLists.txt | 1 - _includes/samples/sdl2_ttf/CMakeLists.txt | 1 - _includes/samples/shape/CMakeLists.txt | 1 - 7 files changed, 7 deletions(-) diff --git a/_includes/samples/audio/CMakeLists.txt b/_includes/samples/audio/CMakeLists.txt index bd98b7e..c6473a5 100644 --- a/_includes/samples/audio/CMakeLists.txt +++ b/_includes/samples/audio/CMakeLists.txt @@ -21,5 +21,4 @@ create_pbp_file( BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 ) diff --git a/_includes/samples/controls/CMakeLists.txt b/_includes/samples/controls/CMakeLists.txt index 1e8d8e5..a9d9e33 100644 --- a/_includes/samples/controls/CMakeLists.txt +++ b/_includes/samples/controls/CMakeLists.txt @@ -18,5 +18,4 @@ create_pbp_file( BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 ) diff --git a/_includes/samples/hello/CMakeLists.txt b/_includes/samples/hello/CMakeLists.txt index 20b2d6d..7b58a67 100644 --- a/_includes/samples/hello/CMakeLists.txt +++ b/_includes/samples/hello/CMakeLists.txt @@ -17,5 +17,4 @@ create_pbp_file( BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 ) diff --git a/_includes/samples/sdl2/CMakeLists.txt b/_includes/samples/sdl2/CMakeLists.txt index d5bfb30..8b6ee6a 100644 --- a/_includes/samples/sdl2/CMakeLists.txt +++ b/_includes/samples/sdl2/CMakeLists.txt @@ -20,6 +20,5 @@ if(PSP) BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 ) endif() diff --git a/_includes/samples/sdl2_mixer/CMakeLists.txt b/_includes/samples/sdl2_mixer/CMakeLists.txt index 69dd82e..67be06a 100644 --- a/_includes/samples/sdl2_mixer/CMakeLists.txt +++ b/_includes/samples/sdl2_mixer/CMakeLists.txt @@ -25,6 +25,5 @@ if(PSP) BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 ) endif() diff --git a/_includes/samples/sdl2_ttf/CMakeLists.txt b/_includes/samples/sdl2_ttf/CMakeLists.txt index e71d5f5..4ec7287 100644 --- a/_includes/samples/sdl2_ttf/CMakeLists.txt +++ b/_includes/samples/sdl2_ttf/CMakeLists.txt @@ -25,6 +25,5 @@ if(PSP) BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 ) endif() diff --git a/_includes/samples/shape/CMakeLists.txt b/_includes/samples/shape/CMakeLists.txt index 3e94d4a..65f0d95 100644 --- a/_includes/samples/shape/CMakeLists.txt +++ b/_includes/samples/shape/CMakeLists.txt @@ -17,5 +17,4 @@ create_pbp_file( BACKGROUND_PATH NULL PREVIEW_PATH NULL TITLE ${PROJECT_NAME} - VERSION 01.00 )