diff options
| author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-05-13 18:17:30 +0200 |
|---|---|---|
| committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-05-13 18:17:30 +0200 |
| commit | 4db06730d05296b88fb2de5b07a2079627f0c8a2 (patch) | |
| tree | ea18d68b8acacda07d73ba69bb9a574eb9054cf3 | |
| parent | a35a5394b0eb3978bd114afe8f1b7ff69ad6af62 (diff) | |
| download | uca-4db06730d05296b88fb2de5b07a2079627f0c8a2.tar.gz uca-4db06730d05296b88fb2de5b07a2079627f0c8a2.tar.bz2 uca-4db06730d05296b88fb2de5b07a2079627f0c8a2.tar.xz uca-4db06730d05296b88fb2de5b07a2079627f0c8a2.zip | |
Remove leftover text that slipped through
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1dac9e5..a1452c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -53,7 +53,6 @@ add_definitions("-std=c99 -Wall") # @template_prefix: prefix of the template (should be src/uca-enums) # @header_list: list with header files that should be searched for enums macro(create_enums prefix template_prefix header_list) - ${CMAKE_CURRENT_SOURCE_DIR}") add_custom_command( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/${prefix}.h COMMAND ${GLIB2_MKENUMS} |
