cvs: gd /libgd/tests CMakeLists.txt
[email protected] ("Pierre-Alain Joye") Mon, 05 May 2008 08:47:23 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1209977243@cvsserver> |
pajoye Mon May 5 08:47:23 2008 UTC
Modified files:
/gd/libgd/tests CMakeLists.txt
Log:
- fix ENDIF (syntax error)
http://cvs.php.net/viewvc.cgi/gd/libgd/tests/CMakeLists.txt?r1=1.6&r2=1.7&diff_format=u
Index: gd/libgd/tests/CMakeLists.txt
diff -u gd/libgd/tests/CMakeLists.txt:1.6 gd/libgd/tests/CMakeLists.txt:1.7
--- gd/libgd/tests/CMakeLists.txt:1.6 Thu Apr 24 12:30:33 2008
+++ gd/libgd/tests/CMakeLists.txt Mon May 5 08:47:23 2008
@@ -10,7 +10,7 @@
SET(CMAKE_BUILD_TYPE TESTINGGCOV)
SET(CMAKE_CXX_FLAGS_TESTINGGCOV "-g3 -O0")
SET(CMAKE_C_FLAGS_TESTINGGCOV "-g3 -O0")
- endif (CMAKE_COMPILER_IS_GNUCC)
+ endif (ENABLE_GCOV AND CMAKE_COMPILER_IS_GNUCC)
message(STATUS "gd include dir: ${GD_INCLUDE_DIR}" )
message(STATUS "gd libs dir: ${GD_LIBS_DIR}" )