Skip to content

Commit

Permalink
Corrected a logic error in CMake-based system when building with serv…
Browse files Browse the repository at this point in the history
…er-based search.
  • Loading branch information
Ward Fisher committed Sep 24, 2014
1 parent 8ed7292 commit fc75d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -937,9 +937,9 @@ IF(ENABLE_DOXYGEN)

OPTION(DOXYGEN_ENABLE_SERVER_SIDE_SEARCH "Enable doxygen server-side search. This is of interest to developers only." OFF)
IF(DOXYGEN_ENABLE_SERVER_SIDE_SEARCH)
SET(SERVER_SIDE_SEARCH NO)
SET(SERVER_SIDE_SEARCH YES CACHE STRING "")
ELSE()
SET(SERVER_SIDE_EARCH YES)
SET(SERVER_SIDE_SEARCH NO CACHE STRING "")
ENDIF()
# Option to turn on the TODO list in the doxygen-generated documentation.
OPTION(DOXYGEN_ENABLE_TASKS "Turn on test, todo, bug lists in documentation. This is of interest to developers only." OFF)
Expand Down

0 comments on commit fc75d7c

Please sign in to comment.