Commit 5d0caabf authored by Leif Walsh's avatar Leif Walsh

Revert "set cmake_policy for cmake 3.0"

This reverts commit 92557e6b.
parent 79fb31d9
cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake_modules")
cmake_policy(SET CMP0026 OLD)
cmake_policy(SET CMP0043 OLD)
cmake_policy(SET CMP0045 OLD)
project(TokuDB)
# suppress -rdynamic
......
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