diff options
Diffstat (limited to 'install_windows.cmake')
| -rw-r--r-- | install_windows.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install_windows.cmake b/install_windows.cmake index b758a73..792b4a9 100644 --- a/install_windows.cmake +++ b/install_windows.cmake @@ -1,6 +1,6 @@ # // ============================================================= // -# // NeBuild -# // Copyright (C) 2025-2026, Amlal El Mahrouss, licensed under BSD-3 license. +# // NeBuild System. +# // Copyright (C) 2025-2026, Amlal El Mahrouss and Ne.org Author, licensed under BSD-3 license. # // ============================================================= // # AMLALE: Update the CMake version, which requires a version that was too old. @@ -16,4 +16,4 @@ if(BUILD_WINDOWS) ) endif() -message(STATUS "To build for Windows-style executable: configure with -DBUILD_WINDOWS=ON")
\ No newline at end of file +message(STATUS "To build for Windows-style executable: configure with -DBUILD_WINDOWS=ON") |
