1
1

Update the include path of the config file on Windows.

This commit was SVN r25963.
Этот коммит содержится в:
Shiqing Fan 2012-02-20 10:03:08 +00:00
родитель c888ceaa55
Коммит 9e8330f8e9

Просмотреть файл

@ -1,4 +1,4 @@
# Copyright (c) 2010 High Performance Computing Center Stuttgart, # Copyright (c) 2010-2012 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved. # University of Stuttgart. All rights reserved.
# $COPYRIGHT$ # $COPYRIGHT$
# #
@ -29,16 +29,16 @@ ELSE(${IN_USE} STREQUAL "0")
"${CURRENT_PATH}/libevent/WIN32-Code/" "${CURRENT_PATH}/libevent/WIN32-Code/"
"${CURRENT_PATH}/libevent/include/" "${CURRENT_PATH}/libevent/include/"
"${CURRENT_PATH}/libevent" "${CURRENT_PATH}/libevent"
"${PROJECT_BINARY_DIR}/mca/event/${libevent_dir}/libevent/include/") "${PROJECT_BINARY_DIR}/mca/event/${libevent_dir}")
SET(LIBEVENT_INCLUDE_DIRS ${CURRENT_PATH}/libevent/compat;${CURRENT_PATH}/libevent/WIN32-Code/;${CURRENT_PATH}/libevent/include/;${CURRENT_PATH}/libevent;${PROJECT_BINARY_DIR}/mca/event/${libevent_dir}/libevent/include/ SET(LIBEVENT_INCLUDE_DIRS ${CURRENT_PATH}/libevent/compat;${CURRENT_PATH}/libevent/WIN32-Code/;${CURRENT_PATH}/libevent/include/;${CURRENT_PATH}/libevent;${PROJECT_BINARY_DIR}/mca/event/${libevent_dir}/
CACHE INTERNAL "the libevent dirs that have to be included on the top level.") CACHE INTERNAL "the libevent dirs that have to be included on the top level.")
IF(WIN32) IF(WIN32)
# generating config.h # generating config.h
# windows doesn't need this file, just make an empty one # windows doesn't need this file, just make an empty one
FILE(WRITE ${PROJECT_BINARY_DIR}/mca/event/${libevent_dir}/libevent/include/config.h FILE(WRITE ${PROJECT_BINARY_DIR}/mca/event/${libevent_dir}/libevent/config.h
" /* config.h. Generated automatically by CMake. */ ") " /* config.h. Generated automatically by CMake. */ ")
SET(RESULT_COMPONENT_FILES SET(RESULT_COMPONENT_FILES