diff options
author | Martin Nowack <m.nowack@imperial.ac.uk> | 2020-04-06 14:30:16 +0100 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2020-11-04 15:14:47 +0000 |
commit | a19b626b76d05192954501e631dc29d5f4d13702 (patch) | |
tree | 41c623383c1f256a70b1d59bb6da48c586f9cda3 /docs | |
parent | 7fbef46d4036390c8ed10943bc610916292ef67d (diff) | |
download | klee-a19b626b76d05192954501e631dc29d5f4d13702.tar.gz |
[cmake] Remove several leftovers from old autoconf build system
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index f689e8a0..6f4168c3 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -25,7 +25,7 @@ if (ENABLE_DOXYGEN) add_custom_target(doc-doxygen COMMAND "${DOXYGEN_EXECUTABLE}" "${CMAKE_CURRENT_BINARY_DIR}/doxygen.cfg" COMMENT "Generating Doxygen documentation" - ${ADD_CUSTOM_COMMAND_USES_TERMINAL_ARG} + USES_TERMINAL ) add_dependencies(docs doc-doxygen) |