Skip to content

Commit c1cf9d3

Browse files
committed
test/CMakeLists.txt: Remove trailing whitespace
1 parent a015b78 commit c1cf9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ set_target_properties(doctest_main PROPERTIES
7171
COMPILE_DEFINITIONS "$<$<CXX_COMPILER_ID:MSVC>:_SCL_SECURE_NO_WARNINGS>"
7272
COMPILE_OPTIONS "$<$<CXX_COMPILER_ID:MSVC>:/EHsc;$<$<CONFIG:Release>:/Od>>"
7373
)
74-
if (${CMAKE_VERSION} VERSION_LESS "3.8.0")
74+
if (${CMAKE_VERSION} VERSION_LESS "3.8.0")
7575
target_compile_features(doctest_main PUBLIC cxx_range_for)
7676
else()
7777
target_compile_features(doctest_main PUBLIC cxx_std_11)
@@ -92,7 +92,7 @@ if(MSVC)
9292
# Disable warning C4566: character represented by universal-character-name '\uFF01' cannot be represented in the current code page (1252)
9393
# Disable warning C4996: 'nlohmann::basic_json<std::map,std::vector,std::string,bool,int64_t,uint64_t,double,std::allocator,nlohmann::adl_serializer>::operator <<': was declared deprecated
9494
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /wd4389 /wd4309 /wd4566 /wd4996")
95-
95+
9696
# https://github.com/nlohmann/json/issues/1114
9797
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /bigobj")
9898
endif()

0 commit comments

Comments
 (0)