mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-11 19:29:02 +08:00
* added missing project definition (see doc of add_subdirectory and EXCLUDE_FROM_ALL) to fix a win build issue
* commented out non-existing unsupported-snippets and -examples
This commit is contained in:
parent
36c9c2597f
commit
6ea7cbdc87
@ -1,6 +1,8 @@
|
|||||||
|
|
||||||
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
set_directory_properties(PROPERTIES EXCLUDE_FROM_ALL TRUE)
|
||||||
|
|
||||||
|
project(EigenDoc)
|
||||||
|
|
||||||
if(CMAKE_COMPILER_IS_GNUCXX)
|
if(CMAKE_COMPILER_IS_GNUCXX)
|
||||||
if(CMAKE_SYSTEM_NAME MATCHES Linux)
|
if(CMAKE_SYSTEM_NAME MATCHES Linux)
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O1 -g1")
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O1 -g1")
|
||||||
@ -60,7 +62,7 @@ add_custom_target(
|
|||||||
)
|
)
|
||||||
|
|
||||||
add_dependencies(doc-eigen-prerequisites all_snippets all_examples)
|
add_dependencies(doc-eigen-prerequisites all_snippets all_examples)
|
||||||
add_dependencies(doc-unsupported-prerequisites unsupported_snippets unsupported_examples)
|
# add_dependencies(doc-unsupported-prerequisites unsupported_snippets unsupported_examples)
|
||||||
add_custom_target(doc ALL
|
add_custom_target(doc ALL
|
||||||
COMMAND doxygen Doxyfile-unsupported
|
COMMAND doxygen Doxyfile-unsupported
|
||||||
COMMAND doxygen
|
COMMAND doxygen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user