diff options
| author | Ray <[email protected]> | 2024-04-02 09:38:06 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-04-02 09:38:06 +0200 |
| commit | 646d70e93a5a049cb9f603c3b94ee1ba98c9161e (patch) | |
| tree | 9f428f78eb77548156a8bc0348a9efb02cb7b9ef /src/CMakeLists.txt | |
| parent | 1b047995d1046a869fb0f1e8ecf430573e0207e9 (diff) | |
| download | raylib-646d70e93a5a049cb9f603c3b94ee1ba98c9161e.tar.gz raylib-646d70e93a5a049cb9f603c3b94ee1ba98c9161e.zip | |
Remove trailing spaces
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 919efeb4..38766570 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,7 +15,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) endif() message(STATUS "Setting build type to '${default_build_type}' as none was specified.") - + set(CMAKE_BUILD_TYPE "${default_build_type}" CACHE STRING "Choose the type of build." FORCE) set_property(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo") endif() |
