Skip to content

Commit 5ca0695

Browse files
committed
..
1 parent 24cceaa commit 5ca0695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include(CheckCXXCompilerFlag)
2929

3030
string(TOUPPER "${CMAKE_BUILD_TYPE}" U_CMAKE_BUILD_TYPE)
3131

32-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=C++17")
32+
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
3333

3434
if(MSVC)
3535
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /EHsc /MP /bigobj")

0 commit comments

Comments
 (0)