Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorDaniel Gröber <darklord@darkboxed.org>2010-11-19 00:45:41 +0300
committerTom Hughes <tom.hughes@palm.com>2010-11-24 08:33:19 +0300
commitea29cb4e46a96b6019b2d388c5e5562939d7a7f9 (patch)
tree7b470a7958aa5d9cd2a9342612e5fa65ddbc5117 /deps
parenta530c23d96db854127afd0d92086dda2024248f0 (diff)
cmake cleanup
* Removed useless include_directories * Print ssl library path in build summary * ExternalProject also exists on 2.8.0 * include pummel tests when testing with ctest * Moved tests.cmake to test/CMakeList.txt * Removed inconsistent, unnecessary condition in else
Diffstat (limited to 'deps')
-rw-r--r--deps/libeio/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/deps/libeio/CMakeLists.txt b/deps/libeio/CMakeLists.txt
index 78224db75ce..2d0a26df94e 100644
--- a/deps/libeio/CMakeLists.txt
+++ b/deps/libeio/CMakeLists.txt
@@ -5,7 +5,6 @@ if(!${CMAKE_USE_PTHREADS_INIT})
message(FATAL_ERROR "Unable to find pthreads")
endif()
-include_directories(${platform})
add_definitions(-DHAVE_CONFIG_H=1 -D_GNU_SOURCE)
check_function_exists(futimes HAVE_FUTIMES)