From ca027b3a4abb9e465a12ab9dec67654c1a3f9e46 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Wed, 16 Sep 2009 13:38:49 -0700 Subject: [PATCH] Minor CMake fix (delete redundant line). --- bluesky/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/bluesky/CMakeLists.txt b/bluesky/CMakeLists.txt index aa3adaa..ad9eff5 100644 --- a/bluesky/CMakeLists.txt +++ b/bluesky/CMakeLists.txt @@ -1,4 +1,3 @@ -set(LIBS3_BUILD_DIR "${CMAKE_SOURCE_DIR}/libs3-1.4/build") include_directories("${LIBS3_BUILD_DIR}/include") link_directories("${LIBS3_BUILD_DIR}/lib") -- 2.20.1