We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa4350 commit f3130cbCopy full SHA for f3130cb
CmakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.15 FATAL_ERROR)
2
3
if (NOT WIN32)
4
- message(FATAL_ERROR "The current build system must be Windows")
+ message(FATAL_ERROR "This program has been specified to compile on Microsoft Windows OS only.")
5
endif()
6
7
set(CMAKE_CXX_STANDARD 20)
0 commit comments