diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-11-01 11:18:12 -0700 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-11-01 11:18:12 -0700 |
commit | 14fdf1b992cca10ca7ec7e463315465415793b65 (patch) | |
tree | 4dc0f3996a82a7f79e0b4e5a30cf882e74e358c2 /include | |
parent | bb14e7d0461d849aa5cdcfd9474fa450b1ecd785 (diff) |
cmake: Remove commented-out code
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 1b8a8a6..9107628 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -2,9 +2,6 @@ configure_file(waffle/waffle_version.h.in ${CMAKE_CURRENT_SOURCE_DIR}/waffle/waffle_version.h @ONLY) - #install(FILES waffle/waffle_version.h - # DESTINATION ${waffle_install_includedir}/${waffle_libname}) - install(FILES waffle/waffle.h waffle/waffle_attrib_list.h waffle/waffle_config.h |