Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CMAKE_ARGS parameter that wasn't working.
CMAKE_ARGS isn't used when a directory is brought in via `add_subdirectory`. Instead, variables need to be set in a block. Additionally, the block is only needed for the `FetchContent_MakeAvailable` call.
- Loading branch information