Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierLDff committed Nov 29, 2019
1 parent 059d3f4 commit 5f15050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

cmake_minimum_required(VERSION 3.11 FATAL_ERROR)

# DEPENDANCIES
# DEPENDENCIES

set(GTEST_REPOSITORY "https://github.com/google/googletest" CACHE STRING "Repository of googletest")
set(GTEST_TAG "master" CACHE STRING "Git tag/branch of googletest")
Expand Down Expand Up @@ -243,4 +243,4 @@ endif(OBJLISTMODEL_ENABLE_EXAMPLES)

if(OBJLISTMODEL_ENABLE_INSTALL)
include(${CMAKE_CURRENT_SOURCE_DIR}/CInstallLists.txt)
endif(OBJLISTMODEL_ENABLE_INSTALL)
endif(OBJLISTMODEL_ENABLE_INSTALL)

0 comments on commit 5f15050

Please sign in to comment.