Skip to content

Commit f3130cb

Browse files
Test commit
1 parent 8fa4350 commit f3130cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CmakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
22

33
if (NOT WIN32)
4-
message(FATAL_ERROR "The current build system must be Windows")
4+
message(FATAL_ERROR "This program has been specified to compile on Microsoft Windows OS only.")
55
endif()
66

77
set(CMAKE_CXX_STANDARD 20)

0 commit comments

Comments
 (0)