Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fl_dependent_option with value definition (flashlight#1160)
Summary: See title. New versions of CMake seem to have broke this behavior in some corner case. Fixes flashlight#1159 Pull Request resolved: flashlight#1160 Test Plan: Local test with improperly specified (i.e. incomplete) specification of required pkgs to build a particular app > cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DFL_USE_ONEDNN=OFF -DFL_USE_ARRAYFIRE=ON -DFL_ARRAYFIRE_USE_CUDA=OFF -DFL_BUILD_APP_ASR=ON -DArrayFire_DIR=/checkpoint/jacobkahn/usr/share/ArrayFire/cmake -DFL_ARRAYFIRE_USE_CPU=ON -DFL_BUILD_PKG_RUNTIME=ON -DFL_BUILD_PKG_SPEECH=ON Differential Revision: D51292645 Pulled By: jacobkahn fbshipit-source-id: f9c4f458171efa4407789bda3ea0871ef086c4ec
- Loading branch information