Fix whitespace

This commit is contained in:
A.J. Beamon 2020-05-28 12:42:57 -07:00
parent 382666d21e
commit b0f3754fbb
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@ function(fdb_install)
set(args TARGETS ${IN_TARGETS})
elseif(IN_FILES)
set(args FILES ${IN_FILES})
elseif(IN_PROGRAMS)
set(args PROGRAMS ${IN_PROGRAMS})
elseif(IN_PROGRAMS)
set(args PROGRAMS ${IN_PROGRAMS})
elseif(IN_DIRECTORY)
set(args DIRECTORY ${IN_DIRECTORY})
elseif(IN_EXPORT)