Skip to content

Commit 4c2a2a9

Browse files
authored
use correct m.css source directory variable. fixes #105. (#106)
1 parent 4212173 commit 4c2a2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configure_file(${CMAKE_CURRENT_LIST_DIR}/conf.py ${CMAKE_CURRENT_BINARY_DIR}/con
2424
add_custom_target(
2525
GenerateDocs
2626
${CMAKE_COMMAND} -E make_directory "${DOXYGEN_OUTPUT_DIRECTORY}"
27-
COMMAND "${MCSS_SOURCE_DIR}/documentation/doxygen.py" "${CMAKE_CURRENT_BINARY_DIR}/conf.py"
27+
COMMAND "${m.css_SOURCE_DIR}/documentation/doxygen.py" "${CMAKE_CURRENT_BINARY_DIR}/conf.py"
2828
COMMAND echo "Docs written to: ${DOXYGEN_OUTPUT_DIRECTORY}"
2929
WORKING_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
3030
)

0 commit comments

Comments
 (0)