Skip to content
Snippets Groups Projects

ENH: Values can hold empty vector

Merged Daniel Hornung requested to merge f-empty-vector into dev
All threads resolved!
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -80,6 +80,7 @@ conan: conan-install-deps conan-create
@@ -80,6 +80,7 @@ conan: conan-install-deps conan-create
.PHONY: conan
.PHONY: conan
doc:
doc:
 
@doxygen --version || ( echo "Doxygen not found. Please install Doxygen first." ; exit 1 )
mkdir -p build && cd build && conan install .. --build=missing -s $(CONAN_SETTINGS) \
mkdir -p build && cd build && conan install .. --build=missing -s $(CONAN_SETTINGS) \
&& cmake .. && cmake --build . --target doc-sphinx \
&& cmake .. && cmake --build . --target doc-sphinx \
&& echo "The documentation starts at build/doc/sphinx_out/index.html ."
&& echo "The documentation starts at build/doc/sphinx_out/index.html ."
Loading