From 9fd8d5f181923467498d98fa51d7255ddcc26c7f Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Tue, 12 Oct 2004 10:57:24 -0400 Subject: allow kdevelop for cygwin --- Source/CMakeLists.txt | 4 ++-- bootstrap | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index f20cee2..c05dac3 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -65,11 +65,11 @@ IF (APPLE) ENDIF (APPLE) # Kdevelop only works on UNIX and not windows -IF(UNIX AND NOT WIN32) +IF(UNIX) SET(SRCS ${SRCS} cmGlobalKdevelopGenerator.cxx cmLocalKdevelopGenerator.cxx) -ENDIF(UNIX AND NOT WIN32) +ENDIF(UNIX) IF (WIN32) diff --git a/bootstrap b/bootstrap index b5590df..ea4de02 100755 --- a/bootstrap +++ b/bootstrap @@ -389,7 +389,9 @@ rm -f "${TMPFILE}.c" if [ -z "${cmake_c_compiler}" ]; then cmake_error 6 "Cannot find appropriate C compiler on this system. -Please specify one using environment variable CC." +Please specify one using environment variable CC. +See cmake_bootstrap.log for compilers attempted. +" fi echo "C compiler on this system is: ${cmake_c_compiler} ${cmake_c_flags}" @@ -445,7 +447,8 @@ rm -f "${TMPFILE}.cxx" if [ -z "${cmake_cxx_compiler}" ]; then cmake_error 7 "Cannot find appropriate C++ compiler on this system. -Please specify one using environment variable CXX." +Please specify one using environment variable CXX. +See cmake_bootstrap.log for compilers attempted." fi echo "C++ compiler on this system is: ${cmake_cxx_compiler} ${cmake_cxx_flags}" -- cgit v0.12