mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 20:20:06 +00:00
Disable documentation features. This has been moved to supercell-wx-docs.
This commit is contained in:
parent
d955c39d15
commit
2af6993d1a
2 changed files with 0 additions and 9 deletions
|
|
@ -33,13 +33,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DBOOST_ALL_NO_LIB")
|
||||||
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
set(SCWX_DIR ${PROJECT_SOURCE_DIR})
|
||||||
set(SCWX_VERSION "0.0.1")
|
set(SCWX_VERSION "0.0.1")
|
||||||
|
|
||||||
option(BUILD_DOCS "Build documentation" OFF)
|
|
||||||
|
|
||||||
add_subdirectory(external)
|
add_subdirectory(external)
|
||||||
add_subdirectory(wxdata)
|
add_subdirectory(wxdata)
|
||||||
add_subdirectory(scwx-qt)
|
add_subdirectory(scwx-qt)
|
||||||
add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
|
|
||||||
if(BUILD_DOCS)
|
|
||||||
add_subdirectory(docs)
|
|
||||||
endif()
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,4 @@
|
||||||
pip install "conan<2.0"
|
pip install "conan<2.0"
|
||||||
pip install geopandas
|
pip install geopandas
|
||||||
pip install GitPython
|
pip install GitPython
|
||||||
pip install sphinx
|
|
||||||
pip install sphinx-rtd-theme
|
|
||||||
pip install breathe
|
|
||||||
conan profile new default --detect
|
conan profile new default --detect
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue