1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-01 06:30:52 +02:00

prevent warnings for windoof

This commit is contained in:
ClausKlein 2021-02-15 17:22:57 +01:00
parent 0322f4eeed
commit 498caed286
2 changed files with 4 additions and 4 deletions

View file

@ -20,9 +20,9 @@ endif()
# ---- Project settings ----
if(NOT MSVC)
option(BUILD_SHARED_LIBS "Create shared libraries if ON" YES)
endif()
# XXX if(NOT MSVC)
option(BUILD_SHARED_LIBS "Create shared libraries if ON" YES)
# XXX endif()
if(NOT DEFINED CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 20)