Skip to content
Snippets Groups Projects
Commit 6967618c authored by Volodymyr Yurchenko's avatar Volodymyr Yurchenko
Browse files

Fix cmake if-endif mismatch warning

parent a8f111ba
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment