Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NerfUS by
Revision 9:4731e16b1359, committed 2017-02-09
- Comitter:
- Maxime Dupuis
- Date:
- Thu Feb 09 16:35:19 2017 -0500
- Parent:
- 8:0498fa4f5c1f
- Commit message:
- Fix build process for Windows
Changed in this revision
| CMakeLists.txt.in | Show annotated file Show diff for this revision Revisions of this file |
--- a/CMakeLists.txt.in Thu Feb 09 14:24:39 2017 -0500
+++ b/CMakeLists.txt.in Thu Feb 09 16:35:19 2017 -0500
@@ -7,4 +7,8 @@
GIT_REPOSITORY https://github.com/google/googletest.git
SOURCE_DIR "${CMAKE_BINARY_DIR}/googletest-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/googletest-build"
+ CONFIGURE_COMMAND ""
+ BUILD_COMMAND ""
+ INSTALL_COMMAND ""
+ TEST_COMMAND ""
)
