Skip to content

Commit

Permalink
Disabled dependency building, since not currently in use.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Mar 1, 2012
1 parent aae32b9 commit 68bef8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ set(LIBRARY_SOVERSION "0.0.0")

# options
option(WITH_TESTS "Build test programs." OFF)
option(WITH_BUILD_DEPS "Build dependencies." ON)
option(WITH_BUILD_DEPS "Build dependencies." OFF) # no deps currently to build
option(WITH_BUILD_STATIC "Build preferring static linking." ON)

# variables
Expand Down

0 comments on commit 68bef8e

Please sign in to comment.