diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-05-13 09:55:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-13 09:55:36 (GMT) |
commit | df0d9c3df44dbce633c38e99d33be4de06706f7b (patch) | |
tree | ce3849c4d3f87d1b6049dd3461fa551f56c884a7 /src | |
parent | c78c338fffbdbb9b2379b1896e647f7cc697da57 (diff) | |
parent | 33f574a534239b9d9e713b8d4c9d1d1dedf4d177 (diff) | |
download | Doxygen-df0d9c3df44dbce633c38e99d33be4de06706f7b.zip Doxygen-df0d9c3df44dbce633c38e99d33be4de06706f7b.tar.gz Doxygen-df0d9c3df44dbce633c38e99d33be4de06706f7b.tar.bz2 |
Merge pull request #722 from tusharpm/test_flags
Problem with TEST_FLAGS when using CMake for Visual Studio
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5c55efa..b57d360 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -119,7 +119,7 @@ FLEX_TARGET(xmlcode xmlcode.l ${GENERATED_SRC}/xmlcode.cpp FLEX_TARGET(sqlcode sqlcode.l ${GENERATED_SRC}/sqlcode.cpp COMPILE_FLAGS "${LEX_FLAGS}") FLEX_TARGET(configimpl configimpl.l ${GENERATED_SRC}/configimpl.cpp COMPILE_FLAGS "${LEX_FLAGS}") -BISON_TARGET(constexp constexp.y ${GENERATED_SRC}/ce_parse.cpp COMPILE_FLAGS ${YACC_FLAGS}) +BISON_TARGET(constexp constexp.y ${GENERATED_SRC}/ce_parse.cpp COMPILE_FLAGS "${YACC_FLAGS}") add_library(doxycfg STATIC ${GENERATED_SRC}/lang_cfg.h |