From a4c7ef9ef6576ffc8e82cdd693946d89c007a504 Mon Sep 17 00:00:00 2001 From: Zsolt Kira Date: Tue, 26 Nov 2013 15:44:54 +0000 Subject: [PATCH] Undo accidental commit of CMakeLists modification --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcbf4b135..ad2baa823 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,8 +106,6 @@ endif() # BOOST_ROOT: path to install prefix for boost # Boost_NO_SYSTEM_PATHS: set to true to keep the find script from ignoring BOOST_ROOT -set(BOOST_ROOT /usr/local/lib/boost_1_54_0) - # If using Boost shared libs, disable auto linking if(MSVC) # Some libraries, at least Boost Program Options, rely on this to export DLL symbols