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
2efd659a
Commit
2efd659a
authored
Apr 01, 2019
by
Gennadiy Civil
Browse files
Merge pull request #2163 from ngie-eign:cmake-fix-gtest-binary-prefixing-when-gmock-enabled
PiperOrigin-RevId: 241376090
parents
d9825431
9b6de41b
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 @
2efd659a
...
@@ -49,7 +49,7 @@ endif()
...
@@ -49,7 +49,7 @@ endif()
# targets to the current scope. We are placing Google Test's binary
# targets to the current scope. We are placing Google Test's binary
# directory in a subdirectory of our own as VC compilation may break
# directory in a subdirectory of our own as VC compilation may break
# if they are the same (the default).
# if they are the same (the default).
add_subdirectory
(
"
${
gtest_dir
}
"
"
${
gmock_BINARY_DIR
}
/gtest"
)
add_subdirectory
(
"
${
gtest_dir
}
"
"
${
gmock_BINARY_DIR
}
/
${
gtest
_dir
}
"
)
# These commands only run if this is the main project
# These commands only run if this is the main project
...
...
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