[Kst] branches/work/kst/portto4/kst/misc/netcdf-windows
Peter Kümmel
syntheticpp at gmx.net
Fri May 28 17:54:11 CEST 2010
SVN commit 1131666 by kuemmel:
cmake knows MINGW
M +1 -1 CMakeLists.txt
--- branches/work/kst/portto4/kst/misc/netcdf-windows/CMakeLists.txt #1131665:1131666
@@ -25,7 +25,7 @@
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/stdint.h ${CMAKE_BINARY_DIR}/stdint.h COPYONLY)
endif()
-if(WIN32 AND NOT MSVC)
+if(MINGW)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config-mingw.h ${CMAKE_BINARY_DIR}/config.h COPYONLY)
endif()
More information about the Kst
mailing list