CMake has an option calledCONFIGURE_DEPENDSto re-run theGLOBoperation during every build and trigger a clean build if theGLOBoutput changes. However, I haven't figured out how to make this work with ESP-IDF. Is this feature already supported, or can it be implemented? Describe alternatives ...
cmake . -GNinja # okcmake --build . # error Another version The bug can also be triggered using exactly the same name for theCMAKE_CONFIGURE_DEPENDSfrom two different scopes. A minimal state is here:dep.tgz projecttestproj NONE)set_property()set_propertyDIRECTORY APPEND PROPERTY CMAKE_CON...
letmaik openedonApr 25, 2019 ONNX RT makes heavy use of globbing to collect source files in the CMake scripts. This can lead to breaks when doing incremental builds where files are removed/added without otherwise touching the CMake files. This issue can be avoided either by explicitly listin...
CMakeLists.txt export_task_mgr.cpp export_task_mgr.h service CMakeLists.txt util CMakeLists.txt cityhash102 city.cc city.h citycrc.h config.h vec CMakeLists.txt test CMakeLists.txt agent agent_server_test.cpp io/fs remote_file_system_test.cpp olap memtable...