Skip to content

Commit

Permalink
Fix cmake if-endif mismatch warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Yurchenko committed Jan 31, 2022
1 parent a8f111b commit 6967618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if (CMAKE_COMPILER_IS_GNUCC)
message(STATUS "Detected gcc > 4.4.7 - switching on support for c++1y")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++1y")
endif (GCC_VERSION VERSION_GREATER 4.4.7)
endif (GCC_VERSION VERSION_GREATER 11.0)
endif (GCC_VERSION VERSION_GREATER 7.0)
endif (CMAKE_COMPILER_IS_GNUCC)

# CTA continue using the old ABI, so we should force it. This command only works on cmake3,
Expand Down

0 comments on commit 6967618

Please sign in to comment.