From 80a373981efb9f0859fde58c2bf538fdcf5be29f Mon Sep 17 00:00:00 2001 From: Peizhao Ou Date: Fri, 9 Feb 2018 10:35:34 -0800 Subject: [PATCH] Refactors CMakefile --- folly/stress-test/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/folly/stress-test/CMakeLists.txt b/folly/stress-test/CMakeLists.txt index 289efdb4..147e645c 100644 --- a/folly/stress-test/CMakeLists.txt +++ b/folly/stress-test/CMakeLists.txt @@ -1,8 +1,5 @@ cmake_minimum_required(VERSION 2.8.5) -set(CMAKE_C_COMPILER clang-native) -set(CMAKE_CXX_COMPILER clang++-native) - set(CMAKE_BUILD_TYPE Release) include_directories( -- 2.34.1