Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Simplify CMakeLists.txt The `block()` isn't needed since we can set CMake options via. CMAKE_ARGS. * 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