Skip to content

Commit

Permalink
THRIFT-2850 CMake for Apache Thrift
Browse files Browse the repository at this point in the history
Change project name to "Apache Thrift" and add test/py
  • Loading branch information
bufferoverflow committed Jun 4, 2015
1 parent 7daf00c commit 211b82d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

cmake_minimum_required(VERSION 2.8.12)

project(thrift)
project("Apache Thrift")

set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/build/cmake")

Expand Down Expand Up @@ -92,6 +92,9 @@ endif()

if(BUILD_PYTHON)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lib/py)
if(BUILD_TESTING)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/test/py)
endif()
endif()

PRINT_CONFIG_SUMMARY()

0 comments on commit 211b82d

Please sign in to comment.