allow kdevelop for cygwin
This commit is contained in:
parent
77307ff15f
commit
9fd8d5f181
@ -65,11 +65,11 @@ IF (APPLE)
|
|||||||
ENDIF (APPLE)
|
ENDIF (APPLE)
|
||||||
|
|
||||||
# Kdevelop only works on UNIX and not windows
|
# Kdevelop only works on UNIX and not windows
|
||||||
IF(UNIX AND NOT WIN32)
|
IF(UNIX)
|
||||||
SET(SRCS ${SRCS}
|
SET(SRCS ${SRCS}
|
||||||
cmGlobalKdevelopGenerator.cxx
|
cmGlobalKdevelopGenerator.cxx
|
||||||
cmLocalKdevelopGenerator.cxx)
|
cmLocalKdevelopGenerator.cxx)
|
||||||
ENDIF(UNIX AND NOT WIN32)
|
ENDIF(UNIX)
|
||||||
|
|
||||||
|
|
||||||
IF (WIN32)
|
IF (WIN32)
|
||||||
|
@ -389,7 +389,9 @@ rm -f "${TMPFILE}.c"
|
|||||||
|
|
||||||
if [ -z "${cmake_c_compiler}" ]; then
|
if [ -z "${cmake_c_compiler}" ]; then
|
||||||
cmake_error 6 "Cannot find appropriate C compiler on this system.
|
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
|
fi
|
||||||
echo "C compiler on this system is: ${cmake_c_compiler} ${cmake_c_flags}"
|
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
|
if [ -z "${cmake_cxx_compiler}" ]; then
|
||||||
cmake_error 7 "Cannot find appropriate C++ compiler on this system.
|
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
|
fi
|
||||||
echo "C++ compiler on this system is: ${cmake_cxx_compiler} ${cmake_cxx_flags}"
|
echo "C++ compiler on this system is: ${cmake_cxx_compiler} ${cmake_cxx_flags}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user