projects
/
bluesky.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61d2c9c
)
Minor CMake fix (delete redundant line).
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 16 Sep 2009 20:38:49 +0000
(13:38 -0700)
committer
Michael Vrable
<mvrable@cs.ucsd.edu>
Wed, 16 Sep 2009 20:38:49 +0000
(13:38 -0700)
bluesky/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/bluesky/CMakeLists.txt
b/bluesky/CMakeLists.txt
index
aa3adaa
..
ad9eff5
100644
(file)
--- 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")