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
yangql
googletest
Commits
eff38a7a
"docs/advanced.md" did not exist on "679bfec6db73c021b0226e386c65ec1baee7a09f"
Commit
eff38a7a
authored
Aug 26, 2015
by
Arnaud Lacombe
Browse files
googlemock: fix unified build
parent
fba82582
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googlemock/CMakeLists.txt
googlemock/CMakeLists.txt
+1
-1
No files found.
googlemock/CMakeLists.txt
View file @
eff38a7a
...
...
@@ -15,7 +15,7 @@ option(gmock_build_tests "Build all of Google Mock's own tests." OFF)
if
(
EXISTS
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/gtest/CMakeLists.txt"
)
set
(
gtest_dir gtest
)
else
()
set
(
gtest_dir ../gtest
)
set
(
gtest_dir ../g
oogle
test
)
endif
()
# Defines pre_project_set_up_hermetic_build() and set_up_hermetic_build().
...
...
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