K 10 svn:author V 5 adamw K 8 svn:date V 27 2016-06-25T22:23:37.333887Z K 7 svn:log V 211 Add an opt_CMAKE_BOOL options helper. SOMEOPT_CMAKE_BOOL= WITH_FOO BAR expands to: -DWITH_FOO:BOOL=true -DBAR:BOOL=true or -DWITH_FOO:BOOL=false -DBAR:BOOL=false PR: 210576 Approved by: portmgr (mat) END