Skip to content

Commit

Permalink
Generalize the description of CMake's DOCS option
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolarevelant committed Nov 1, 2023
1 parent 5cd54c4 commit 2a29edd
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 @@ -4,7 +4,7 @@ project(italian-draughts
DESCRIPTION "Italian Draughts, a strategy board game"
LANGUAGES CXX)

option(DOCS "Generate manual pages" OFF)
option(DOCS "Generate and install documentation" OFF)

set(DATA_PATH ${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME} CACHE STRING "Application data path")

Expand Down

0 comments on commit 2a29edd

Please sign in to comment.