aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2016-06-01 10:13:44 +0100
committerh.udo <hudokkow@gmail.com>2016-06-01 22:57:01 +0100
commit85ade678e1e53ba19a862a165a81db31997de496 (patch)
treea87e52a1bf8af0f287eeda64190cd10ac81e05d0 /tools
parent0bebd74de389afd093995a92e959278503150c18 (diff)
[cmake][tools/depends/target/crossguid/*] Cleanup code block termination
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/crossguid/FindCXX11.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/crossguid/FindCXX11.cmake b/tools/depends/target/crossguid/FindCXX11.cmake
index 001dc8a682..fb2a58268f 100644
--- a/tools/depends/target/crossguid/FindCXX11.cmake
+++ b/tools/depends/target/crossguid/FindCXX11.cmake
@@ -11,8 +11,8 @@ else()
if(CXX_FLAG_CXX0X)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
set(CXX_STD11_FLAGS "-std=c++0x")
- endif(CXX_FLAG_CXX0X)
-endif(CXX_FLAG_CXX11)
+ endif()
+endif()
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(CXX11 DEFAULT_MSG CXX_STD11_FLAGS)