@@ -10,8 +10,11 @@ project(blazingdb-dependencies C CXX CUDA)
1010set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR} /cmake/" ${CMAKE_MODULE_PATH} )
1111message (STATUS "CMAKE_MODULE_PATH:" "${CMAKE_MODULE_PATH} " )
1212
13- # TODO percy
14- #include(DefineVersions)
13+ ## custrings - git@github.com:rapidsai/custrings.git
14+ option (ENABLE_CUSTRINGS "Add the custring (rapidsai) library" OFF )
15+
16+ # Parse the COMPONENT_VERSION and the component download URLs
17+ include (DefineVersions)
1518
1619# NOTE First step
1720include (ConfigureBlazingDBHostCompiler)
@@ -43,18 +46,15 @@ include(ConfigureArrow)
4346include (ConfigureParquet)
4447include (ConfigurePython3)
4548
46- ## custrings - git@github.com:rapidsai/custrings.git
47- option (ENABLE_CUSTRINGS "Add the custring (rapidsai) library" ON )
49+ include (ConfigureJitify) # NOTE cudf related
50+
4851if (ENABLE_CUSTRINGS)
49- message (STATUS "Enable the custring (rapidsai) library" )
50- include (ConfigureNVStrings)
52+ message (STATUS "Enable the custring (rapidsai) library" )
53+ include (ConfigureNVStrings)
5154else ()
52- message (STATUS "Disable the custring (rapidsai) library" )
55+ message (STATUS "Disable the custring (rapidsai) library" )
5356endif ()
5457
55- include (ConfigureJitify) # NOTE cudf related
56-
57-
5858#find_package(Threads)
5959
6060# NOTE Optional build: cudf
@@ -64,8 +64,6 @@ include(ConfigureJitify) # NOTE cudf related
6464#message(FATAL_ERROR "AAAAAAAAAAAAAAAAAAAA@")
6565#include(ConfigureBlazingDBIO)
6666
67-
68-
6967# BEGIN MAIN #
7068# NOTE use USE_SOURCE_PERMISSIONS to preserve executable file permisions (e.g. flatc, etc)
7169install (DIRECTORY ${GTEST_ROOT} DESTINATION . USE_SOURCE_PERMISSIONS)
0 commit comments