mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Ensure glob always happens
This commit is contained in:
parent
ec87d49f56
commit
ae17168939
1 changed files with 3 additions and 0 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Reference in a new issue