mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fixed nmake parameter.
Disabled debug_* targets for MSVC_IDE (they already exist). Removed the make usage message for MSVC_IDE.
This commit is contained in:
@@ -175,7 +175,7 @@ if(WIN32 AND NOT UNIX)
|
||||
else(EIGEN_GENERATOR_TYPE)
|
||||
set(CTEST_CMAKE_COMMAND "${CTEST_CMAKE_COMMAND} -G \"NMake Makefiles\" -DCMAKE_MAKE_PROGRAM=nmake")
|
||||
SET (CTEST_INITIAL_CACHE "
|
||||
MAKECOMMAND:STRING=nmake -i
|
||||
MAKECOMMAND:STRING=nmake /i
|
||||
CMAKE_MAKE_PROGRAM:FILEPATH=nmake
|
||||
CMAKE_GENERATOR:INTERNAL=NMake Makefiles
|
||||
CMAKE_BUILD_TYPE:STRING=Release
|
||||
|
||||
Reference in New Issue
Block a user