mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	[CMake] When invoking mk_api_doc.py pass the build directory.
				
					
				
			This change was requested by @wintersteiger as an alternative way to unbreak the TravisCI builds.
This commit is contained in:
		
							parent
							
								
									195d81ebef
								
							
						
					
					
						commit
						1a0bff7480
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -59,6 +59,7 @@ endif()
 | 
				
			||||||
add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
 | 
					add_custom_target(api_docs ${ALWAYS_BUILD_DOCS_ARG}
 | 
				
			||||||
  COMMAND
 | 
					  COMMAND
 | 
				
			||||||
  "${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
 | 
					  "${PYTHON_EXECUTABLE}" "${MK_API_DOC_SCRIPT}"
 | 
				
			||||||
 | 
					  --build "${CMAKE_BINARY_DIR}"
 | 
				
			||||||
  --doxygen-executable "${DOXYGEN_EXECUTABLE}"
 | 
					  --doxygen-executable "${DOXYGEN_EXECUTABLE}"
 | 
				
			||||||
  --output-dir "${DOC_DEST_DIR}"
 | 
					  --output-dir "${DOC_DEST_DIR}"
 | 
				
			||||||
  --temp-dir "${DOC_TEMP_DIR}"
 | 
					  --temp-dir "${DOC_TEMP_DIR}"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue