Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/HIT-SCIR/ltp
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed Nov 12, 2013
2 parents 317fbac + 62ec357 commit 72d8530
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 @@ -5,6 +5,10 @@ project ("LTP - Language Technology Platform")
# -- config cmake modules path
set (CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

if(APPLE)
set(CMAKE_CXX_FLAGS "-std=c++11 -stdlib=libstdc++ -Wno-error=c++11-narrowing")
endif(APPLE)

# -- config output directories
set (EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
set (LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
Expand Down

0 comments on commit 72d8530

Please sign in to comment.