Maxime Dupuis
/
NerfUS_cmake_cleanup
NerfUS_cmake_cleanup
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 "" )