Skip to content

Commit 5080cba

Browse files
authored
Updating CPP producer to latest C producer and PIC (#443)
1 parent 5c0b1b8 commit 5080cba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMake/Dependencies/libgtest-CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ include(ExternalProject)
66

77
ExternalProject_Add(libgtest-download
88
GIT_REPOSITORY https://github.com/google/googletest.git
9-
GIT_TAG release-1.8.0
9+
GIT_TAG release-1.8.1
1010
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
1111
CMAKE_ARGS
1212
-DCMAKE_INSTALL_PREFIX=${OPEN_SRC_INSTALL_PREFIX}
1313
-DBUILD_GMOCK=0
14-
-DBUILD_GTEST=1
15-
BUILD_ALWAYS TRUE
14+
-Dgtest_force_shared_crt=ON
15+
BUILD_ALWAYS TRUE
1616
TEST_COMMAND ""
17-
)
17+
)

0 commit comments

Comments
 (0)