Commit 5385cf7b authored by Kevin Modzelewski's avatar Kevin Modzelewski

cmake dependency tracking workaround

parent 7c4c9095
...@@ -299,3 +299,6 @@ if(DOXYGEN_FOUND) ...@@ -299,3 +299,6 @@ if(DOXYGEN_FOUND)
else() else()
add_custom_target(docs COMMAND ${CMAKE_COMMAND} -E echo "Can't create docs, doxygen not installed \(try sudo apt-get install doxygen grpahviz on Ubuntu and then rerun cmake\)" VERBATIM) add_custom_target(docs COMMAND ${CMAKE_COMMAND} -E echo "Can't create docs, doxygen not installed \(try sudo apt-get install doxygen grpahviz on Ubuntu and then rerun cmake\)" VERBATIM)
endif() endif()
# last file added (need to change this if we add a file that is added via a glob):
# from_cpython/Lib/test/test_re.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment