Skip to content

Commit 46fbaf7

Browse files
committed
Clean-up DaemonFlags
1 parent 287bee4 commit 46fbaf7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/DaemonFlags.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@ if (MSVC)
255255
# There is no flag for standards before C++17
256256
if (USE_CPP23 AND USE_RECOMMENDED_CXX_STANDARD)
257257
set_cxx_flag("/std:c++23preview")
258-
else()
259-
message(FATAL_ERROR "WIENIEONOIENOINIEN")
260258
endif()
261259

262260
if (USE_FAST_MATH)

0 commit comments

Comments
 (0)