Skip to content

Commit

Permalink
[nrf temphack]: Point to global binary dir
Browse files Browse the repository at this point in the history
Revert on next upmerge, once
zephyrproject-rtos/zephyr#14667 is merged.

This is required because CMAKE_CURRENT_BINARY_DIR is the same as
CMAKE_BINARY_DIR upstream, but not in NCS.

Signed-off-by: Carles Cufi <[email protected]>
  • Loading branch information
carlescufi committed Mar 29, 2019
1 parent b4918a6 commit 0bf5263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ set(DOC_WARN ${CMAKE_CURRENT_BINARY_DIR}/doc.warnings)
set(CONTENT_OUTPUTS ${CMAKE_CURRENT_BINARY_DIR}/extracted-content.txt)

configure_file(${DOXYFILE_IN} ${DOXYFILE_OUT} @ONLY)
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/Kconfig.modules)
file(TOUCH ${CMAKE_BINARY_DIR}/Kconfig.modules)

# This command is used to copy all documentation source files from the
# ZEPHYR_BASE/ environment variable into the build directory,
Expand Down

0 comments on commit 0bf5263

Please sign in to comment.