summaryrefslogtreecommitdiffstats
path: root/project/cmake/modules/FindCXX11.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'project/cmake/modules/FindCXX11.cmake')
-rw-r--r--project/cmake/modules/FindCXX11.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/project/cmake/modules/FindCXX11.cmake b/project/cmake/modules/FindCXX11.cmake
index f1b7346..c0b9a52 100644
--- a/project/cmake/modules/FindCXX11.cmake
+++ b/project/cmake/modules/FindCXX11.cmake
@@ -11,8 +11,8 @@ else()
11 if(CXX_FLAG_CXX0X) 11 if(CXX_FLAG_CXX0X)
12 add_options (CXX ALL_BUILDS "-std=c++0x") 12 add_options (CXX ALL_BUILDS "-std=c++0x")
13 set(CXX_STD11_FLAGS "-std=c++0x") 13 set(CXX_STD11_FLAGS "-std=c++0x")
14 endif(CXX_FLAG_CXX0X) 14 endif()
15endif(CXX_FLAG_CXX11) 15endif()
16 16
17include(FindPackageHandleStandardArgs) 17include(FindPackageHandleStandardArgs)
18find_package_handle_standard_args(CXX11 DEFAULT_MSG CXX_STD11_FLAGS) 18find_package_handle_standard_args(CXX11 DEFAULT_MSG CXX_STD11_FLAGS)