[openmp][cmake] passing option argument correctly
authorYuanfang Chen <yuanfang.chen@sony.com>
Thu, 13 Feb 2020 17:27:52 +0000 (09:27 -0800)
committerYuanfang Chen <yuanfang.chen@sony.com>
Thu, 13 Feb 2020 17:33:58 +0000 (09:33 -0800)
commitc2c4f1c1202ab5d66b3cf4b1d9769f3a8572d321
treebc6c727ea4098cc219f49e640604f75730fb361e
parentc84a0bd9adb3ad699cd6bd4bf865d8b1ea76f2b0
[openmp][cmake] passing option argument correctly

From the context, it looks like the test should not be run with `check-all`,
but it does. It turns out option argument resolving to True/False which
could not be passed down as is. There is one such example in
AddLLVM.cmake.
openmp/cmake/OpenMPTesting.cmake