Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
edb2790b
Commit
edb2790b
authored
Jul 28, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed grammar in comment
parent
43529908
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
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")
set
(
COMPILER_CAN_DO_CPP_11 1
)
endif
()
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"
)
try_compile
(
test_for_cpp11_worked
${
PROJECT_BINARY_DIR
}
/cpp11_test_build
${
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