Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit a53c414

Browse files
committed
fix
1 parent 86b0513 commit a53c414

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
cmake_minimum_required(VERSION 3.11)
15+
cmake_minimum_required(VERSION 3.5)
1616

1717
# Use ccache if it's present.
1818
find_program(CCACHE_PROGRAM ccache)

cmake/OpenCensusDeps.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
include(FetchContent.cmake)
15+
include(FetchContent)
1616

1717
fetchcontent_declare(googletest
1818
GIT_REPOSITORY

0 commit comments

Comments
 (0)