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 e3a76ab commit 0b94d99Copy full SHA for 0b94d99
CMakeLists.txt
@@ -524,7 +524,7 @@ function(add_exec_project tgt srcdir)
524
# Required for #include <experimental/filesystem>.
525
target_link_libraries(${tgt} "stdc++fs")
526
elseif(CMAKE_CXX_COMPILER_ID STREQUAL Clang
527
- AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "9")
+ AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "11")
528
529
endif()
530
write_user_file(${tgt} "debug;props;ifNotExists")
tests/perf/pch.h
@@ -3,7 +3,6 @@
3
//
4
// pch.h - dimcli test perf
5
6
-#define DIMCLI_LIB_NO_FILESYSTEM
7
#include "dimcli/cli.h"
8
9
#pragma warning(disable : \
0 commit comments