ENH: add mt to vogon release

This commit is contained in:
Bill Hoffman 2007-11-07 17:43:51 -05:00
parent d639b8a5b8
commit 980c01ba2a
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ set(MAKE_PROGRAM "nmake")
set(INITIAL_CACHE "CMAKE_BUILD_TYPE:STRING=Release
CMAKE_SKIP_BOOTSTRAP_TEST:STRING=TRUE
CMAKE_GENERATOR:INTERNAL=NMake Makefiles
CMAKE_MT_EXECUTABLE:STRING=mt
")
get_filename_component(path "${CMAKE_CURRENT_LIST_FILE}" PATH)
include(${path}/release_cmake.cmake)