Skip to content

Commit

Permalink
docs should be optional for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vscosta committed Jan 8, 2016
1 parent f6a6c9d commit 93f8179
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,14 @@ add_subDIRECTORY (packages/raptor)

add_subDIRECTORY (packages/xml)

# please install doxygen for prolog first
# git clone http://github.com/vscosta/doxygen-yap
# cd doxygen-yap
# mkdir -p build
# cd build
# make; sudo make install
option (WITH_DOCS
"generate YAP docs" OFF)
add_subDIRECTORY (docs)

# add_subDIRECTORY (packages/cuda)
Expand Down

0 comments on commit 93f8179

Please sign in to comment.