summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-01-19 15:17:19 -0800
committerChad Versace <chad.versace@linux.intel.com>2014-01-19 15:17:19 -0800
commit3c680aede1d3c29405db9d8418620b7552279e04 (patch)
treef35eac459664ed3cab2eba0e33238bc05cfe34d7
parent6e6fd586191dbf554d275a627f73bdba725d2b93 (diff)
wflinfo: Build on Mac
I tested that wflinfo doesn't break the build on Mac. Despite building, though, it doesn't work. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
-rw-r--r--src/utils/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/utils/CMakeLists.txt b/src/utils/CMakeLists.txt
index 652575b..5bdf9c4 100644
--- a/src/utils/CMakeLists.txt
+++ b/src/utils/CMakeLists.txt
@@ -2,14 +2,6 @@
# Target: wflinfo (executable)
# ----------------------------------------------------------------------------
-if(waffle_on_mac)
- # TODO(chadv,due:waffle-1.4): Enable wflinfo on Mac.
- #
- # No one has yet verified that wflinfo successfully builds on Mac. Since it
- # may break the build, we simply disable it for now.
- return()
-endif()
-
add_executable(wflinfo wflinfo.c)
target_link_libraries(wflinfo ${waffle_libname})
set_target_properties(wflinfo