mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
[cmake] fix OR statement
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
9a090509d1
commit
f947fa9e26
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ project("i2pd")
|
|||
#set(CMAKE_VERBOSE_MAKEFILE on)
|
||||
|
||||
# Win32 build with cmake is not supported
|
||||
if(WIN32 or MSVC or MSYS or MINGW)
|
||||
if(WIN32 OR MSVC OR MSYS OR MINGW)
|
||||
message(SEND_ERROR "cmake build for windows is not supported. Please use MSYS2 with makefiles in project root.")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue