Merge branch 'next' of git://gitorious.org/fg/flightgear into next
This commit is contained in:
commit
b175d8f1ac
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ if(${SIMGEAR_LIBRARIES} STREQUAL "SIMGEAR_LIBRARIES-NOTFOUND")
|
||||||
${ZLIB_LIBRARY})
|
${ZLIB_LIBRARY})
|
||||||
|
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ${WINSOCK_LIBRARY})
|
list(APPEND SIMGEAR_CORE_LIBRARY_DEPENDENCIES ws2_32.lib)
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
|
|
|
@ -16,7 +16,7 @@ if(HAVE_APR_CONFIG)
|
||||||
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
OUTPUT_STRIP_TRAILING_WHITESPACE)
|
||||||
|
|
||||||
# clean up some vars, or other CMake pieces complain
|
# clean up some vars, or other CMake pieces complain
|
||||||
string(STRIP ${RAW_APR_LIBS} APR_LIBS)
|
string(STRIP "${RAW_APR_LIBS}" APR_LIBS)
|
||||||
|
|
||||||
else(HAVE_APR_CONFIG)
|
else(HAVE_APR_CONFIG)
|
||||||
message(STATUS "apr-1-config not found, implement manual search for APR")
|
message(STATUS "apr-1-config not found, implement manual search for APR")
|
||||||
|
|
Loading…
Add table
Reference in a new issue