Skip to content

Commit e2bdb62

Browse files
committed
Add external project include, google version numbers
Change-Id: I98336f7ecde8a774f9304abb639ff70a313cbe91
1 parent 5d4a536 commit e2bdb62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ project(pandas)
1313

1414
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules")
1515
include(CMakeParseArguments)
16+
include(ExternalProject)
1617

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

21+
set(GTEST_VERSION "1.7.0")
22+
set(GBENCHMARK_VERSION "1.0.0")
23+
2024
# Allow "make install" to not depend on all targets.
2125
#
2226
# Must be declared in the top-level CMakeLists.txt.

0 commit comments

Comments
 (0)