Also capitalize wireshark_BINARY_DIR since this variable is automatically defined by cmake according to the project name

svn path=/trunk/; revision=30428
This commit is contained in:
Kovarththanan Rajaratnam 2009-10-09 11:21:22 +00:00
parent 5cbe36c441
commit b2746f1628
1 changed files with 1 additions and 1 deletions

View File

@ -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()