[Cmake-commits] [cmake-commits] hoffman committed OpenVMS.cmake 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jun 11 15:25:50 EDT 2009
Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv7095/Modules/Platform
Modified Files:
OpenVMS.cmake
Log Message:
ENH: use .exe on vms
Index: OpenVMS.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/OpenVMS.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** OpenVMS.cmake 10 Jun 2009 17:04:04 -0000 1.1
--- OpenVMS.cmake 11 Jun 2009 19:25:48 -0000 1.2
***************
*** 6,7 ****
--- 6,8 ----
)
SET(CMAKE_CXX_CREATE_STATIC_LIBRARY ${CMAKE_C_CREATE_STATIC_LIBRARY})
+ SET(CMAKE_EXECUTABLE_SUFFIX ".exe") # .exe
More information about the Cmake-commits
mailing list