From 92095c7d78dcc5ac329929b06d7ec763c84019d2 Mon Sep 17 00:00:00 2001 From: Brian Demsky Date: Fri, 21 Jun 2019 18:48:33 -0700 Subject: [PATCH] revert Makefile change --- .../demo/dependencies/libcds-2.3.2/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt index 146ece8..046f24c 100644 --- a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt +++ b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/CMakeLists.txt @@ -111,9 +111,6 @@ endif() if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang") string(REGEX MATCHALL "-std=[^ ]+" cxx_std_found ${CMAKE_CXX_FLAGS} " dummy@rg") - # compile with CDSPass - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Xclang -load -Xclang /scratch/llvm/build/lib/libCDSPass.so -O1") - if(cxx_std_found) message("C++ std: ${cxx_std_found}") else() -- 2.34.1