Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
edb2790b
Commit
edb2790b
authored
Jul 28, 2016
by
Davis King
Browse files
fixed grammar in comment
parent
43529908
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/cmake_utils/use_cpp_11.cmake
dlib/cmake_utils/use_cpp_11.cmake
+1
-1
No files found.
dlib/cmake_utils/use_cpp_11.cmake
View file @
edb2790b
...
@@ -39,7 +39,7 @@ if (CMAKE_VERSION VERSION_LESS "3.1.2")
...
@@ -39,7 +39,7 @@ if (CMAKE_VERSION VERSION_LESS "3.1.2")
set
(
COMPILER_CAN_DO_CPP_11 1
)
set
(
COMPILER_CAN_DO_CPP_11 1
)
endif
()
endif
()
else
()
else
()
# Since we don't know what compiler this is ust try to build a c++11 project and see if it compiles.
# Since we don't know what compiler this is
j
ust try to build a c++11 project and see if it compiles.
message
(
STATUS
"Building a C++11 test project to see if your compiler supports C++11"
)
message
(
STATUS
"Building a C++11 test project to see if your compiler supports C++11"
)
try_compile
(
test_for_cpp11_worked
${
PROJECT_BINARY_DIR
}
/cpp11_test_build
try_compile
(
test_for_cpp11_worked
${
PROJECT_BINARY_DIR
}
/cpp11_test_build
${
CMAKE_CURRENT_LIST_DIR
}
/test_for_cpp11 cpp11_test
)
${
CMAKE_CURRENT_LIST_DIR
}
/test_for_cpp11 cpp11_test
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment