Commit c59645e7 authored by Christian Rober's avatar Christian Rober Committed by Yoni Fogel

refs #5086 commenting out cmake line to fix linux build. We have to find a...

refs #5086 commenting out cmake line to fix linux build.  We have to find a permanent fix for clang later.

git-svn-id: file:///svn/toku/tokudb@47174 c7de825b-a66e-492c-adef-691d508d4ae1
parent 7d777297
...@@ -147,7 +147,7 @@ if (NOT USE_VALGRIND) ...@@ -147,7 +147,7 @@ if (NOT USE_VALGRIND)
endif () endif ()
## We need to explicitly set this standard library for Xcode builds. ## We need to explicitly set this standard library for Xcode builds.
add_definitions(-stdlib=libc++) ##add_definitions(-stdlib=libc++)
if (CMAKE_CXX_COMPILER_ID MATCHES Intel) if (CMAKE_CXX_COMPILER_ID MATCHES Intel)
set(CMAKE_C_FLAGS "-std=c99 ${CMAKE_C_FLAGS}") set(CMAKE_C_FLAGS "-std=c99 ${CMAKE_C_FLAGS}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment