From 8ef476fc5e25acc45791abc7afb2567514c61031 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 23 Jun 2015 16:49:49 -0400 Subject: test: Add infrastructure to test without --castxml-start option --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index ae61ace..3244f41 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -34,7 +34,7 @@ macro(castxml_test_cmd test) endmacro() macro(castxml_test_gccxml_common prefix ext std test) - if(castxml_test_gccxml_custom_start) + if(DEFINED castxml_test_gccxml_custom_start) set(_castxml_start ${castxml_test_gccxml_custom_start}) else() set(_castxml_start --castxml-start start) -- cgit v0.12