Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
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
Chen Yisong
benchmark
Commits
b1041fc3
Commit
b1041fc3
authored
Aug 08, 2014
by
Dominic Hamon
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #48 from mattyclarkson/gtest_verify
Verify gtest with URL_MD5
parents
ed08661e
6a669915
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
CMakeLists.txt
CMakeLists.txt
+1
-2
No files found.
CMakeLists.txt
View file @
b1041fc3
...
@@ -12,8 +12,7 @@ include(ExternalProject)
...
@@ -12,8 +12,7 @@ include(ExternalProject)
set_directory_properties
(
properties EP_PREFIX
"
${
CMAKE_BINARY_DIR
}
/third_party"
)
set_directory_properties
(
properties EP_PREFIX
"
${
CMAKE_BINARY_DIR
}
/third_party"
)
ExternalProject_Add
(
googletest
ExternalProject_Add
(
googletest
URL
"https://googletest.googlecode.com/files/gtest-1.7.0.zip"
URL
"https://googletest.googlecode.com/files/gtest-1.7.0.zip"
# TODO: add this when we have cmake 2.9
URL_MD5 2d6ec8ccdf5c46b05ba54a9fd1d130d7
# URL_HASH MD5=2d6ec8ccdf5c46b05ba54a9fd1d130d7
SOURCE_DIR
"
${
CMAKE_BINARY_DIR
}
/third_party/gtest"
SOURCE_DIR
"
${
CMAKE_BINARY_DIR
}
/third_party/gtest"
CMAKE_ARGS
"-DCMAKE_CXX_COMPILER=
${
CMAKE_CXX_COMPILER
}
"
CMAKE_ARGS
"-DCMAKE_CXX_COMPILER=
${
CMAKE_CXX_COMPILER
}
"
INSTALL_COMMAND
""
)
INSTALL_COMMAND
""
)
...
...
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