mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Cmake: use correct variable to find make command
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
829e816e2b
commit
f8ce5788b8
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ if(NOT NO_DOCS)
|
|||
add_custom_target(
|
||||
documentation ALL
|
||||
COMMAND
|
||||
${MAKE} -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc
|
||||
${CMAKE_MAKE_PROGRAM} -C ${CMAKE_SOURCE_DIR}/Documentation OUT=${CMAKE_BINARY_DIR}/Documentation/ doc
|
||||
DEPENDS documentationLink
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue