Skip to content

Commit

Permalink
Add external project include, google version numbers
Browse files Browse the repository at this point in the history
Change-Id: I98336f7ecde8a774f9304abb639ff70a313cbe91
  • Loading branch information
wesm committed Oct 17, 2016
1 parent 5d4a536 commit e2bdb62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ project(pandas)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules")
include(CMakeParseArguments)
include(ExternalProject)

set(BUILD_SUPPORT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/build-support)
set(THIRDPARTY_DIR ${CMAKE_CURRENT_SOURCE_DIR}/thirdparty)

set(GTEST_VERSION "1.7.0")
set(GBENCHMARK_VERSION "1.0.0")

# Allow "make install" to not depend on all targets.
#
# Must be declared in the top-level CMakeLists.txt.
Expand Down

0 comments on commit e2bdb62

Please sign in to comment.