mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Ensure glob always happens
This commit is contained in:
@ -4,6 +4,9 @@ project(Caffe2 CXX C)
|
||||
|
||||
# TODO(bwasti): versioning
|
||||
|
||||
# We want CMake to GLOB everything every time.
|
||||
execute_process(COMMAND find "${PROJECT_SOURCE_DIR}" -name "CMakeLists.txt" -exec touch {} \;)
|
||||
|
||||
# Useful functions.
|
||||
function (exclude OUTPUT INPUT)
|
||||
set(EXCLUDES ${ARGN})
|
||||
|
||||
Reference in New Issue
Block a user