diff options
Diffstat (limited to 'project/cmake/modules/FindCXX11.cmake')
| -rw-r--r-- | project/cmake/modules/FindCXX11.cmake | 4 |
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() |
| 15 | endif(CXX_FLAG_CXX11) | 15 | endif() |
| 16 | 16 | ||
| 17 | include(FindPackageHandleStandardArgs) | 17 | include(FindPackageHandleStandardArgs) |
| 18 | find_package_handle_standard_args(CXX11 DEFAULT_MSG CXX_STD11_FLAGS) | 18 | find_package_handle_standard_args(CXX11 DEFAULT_MSG CXX_STD11_FLAGS) |
