File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ After updating, the following changes needs to be applied manually:
1111
1212` googletest/googlemock/CMakeLists.txt `
1313
14- Add ` set(BUILD_SHARED_LIBS OFF) ` after the call to ` option(BUILD_SHARED_LIBS ...) `
15- Add ` set(CMAKE_MACOSX_RPATH OFF) ` before the calls to ` cxx_library(...) `
16- Add ` set_target_properties(gmock_main PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
17- Add ` set_target_properties(gmock PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
14+ * Add ` set(BUILD_SHARED_LIBS OFF) ` after the call to ` option(BUILD_SHARED_LIBS ...) `
15+ * Add ` set(CMAKE_MACOSX_RPATH OFF) ` before the calls to ` cxx_library(...) `
16+ * Add ` set_target_properties(gmock_main PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
17+ * Add ` set_target_properties(gmock PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
1818
1919` googletest/googletest/CMakeLists.txt `
2020
21- Add ` set(BUILD_SHARED_LIBS OFF) ` after the call to ` option(BUILD_SHARED_LIBS ...) `
22- Add ` set(CMAKE_MACOSX_RPATH OFF) ` before the calls to ` cxx_library(...) `
23- Add ` set_target_properties(gtest_main PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
24- Add ` set_target_properties(gtest PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
25- Comment out the calls to ` install `
21+ * Add ` set(BUILD_SHARED_LIBS OFF) ` after the call to ` option(BUILD_SHARED_LIBS ...) `
22+ * Add ` set(CMAKE_MACOSX_RPATH OFF) ` before the calls to ` cxx_library(...) `
23+ * Add ` set_target_properties(gtest_main PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
24+ * Add ` set_target_properties(gtest PROPERTIES FOLDER "Tests") ` after the calls to ` cxx_library(...) `
25+ * Comment out the calls to ` install `
You can’t perform that action at this time.
0 commit comments