Skip to content

Commit

Permalink
put PDAL_EMBED_BOOST in the cmake cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 10, 2012
1 parent adabd1a commit 5fff925
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -201,7 +201,7 @@ else()
find_package(Boost 1.48)
FILE(GLOB Boost_LIBRARIES "${PROJECT_SOURCE_DIR}/boost/stage/lib/libpdalboost_*.a")
include_directories(${Boost_INCLUDE_DIRS})
set(PDAL_EMBED_BOOST 1)
set(PDAL_EMBED_BOOST TRUE CACHE BOOL "use embedded boost")
endif(Boost_FOUND)

#------------------------------------------------------------------------------
Expand Down
Binary file modified boost/tools/build/v2/engine/bootstrap/jam0
Binary file not shown.

0 comments on commit 5fff925

Please sign in to comment.