From b2746f1628471729616f8cd43673a5efc8dcd84f Mon Sep 17 00:00:00 2001 From: Kovarththanan Rajaratnam Date: Fri, 9 Oct 2009 11:21:22 +0000 Subject: [PATCH] Also capitalize wireshark_BINARY_DIR since this variable is automatically defined by cmake according to the project name svn path=/trunk/; revision=30428 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0bb63ec51f..10a0b2d5b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -49,7 +49,7 @@ include_directories( #Where to put libraries if(NOT LIBRARY_OUTPUT_PATH) - set(LIBRARY_OUTPUT_PATH ${wireshark_BINARY_DIR}/lib CACHE INTERNAL + set(LIBRARY_OUTPUT_PATH ${Wireshark_BINARY_DIR}/lib CACHE INTERNAL "Single output directory for building all libraries.") endif()