diff options
author | Brad King <brad.king@kitware.com> | 2019-09-26 13:49:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-09-26 13:49:56 (GMT) |
commit | a29b8d285e176b40c9c5f1ce506dd97ed38f9c97 (patch) | |
tree | 312d94b9dc3514c0214ca3b57bddb91111d35b88 /Tests/RunCMake/CMakeLists.txt | |
parent | df982c4e189c01896db487ec5edfe85d27911007 (diff) | |
parent | 7847fef51056432e2e822b64d72b598a993e9524 (diff) | |
download | CMake-a29b8d285e176b40c9c5f1ce506dd97ed38f9c97.zip CMake-a29b8d285e176b40c9c5f1ce506dd97ed38f9c97.tar.gz CMake-a29b8d285e176b40c9c5f1ce506dd97ed38f9c97.tar.bz2 |
Merge topic 'fix-vsmacro-access-violation'
7847fef510 VS: Fix access violation when calling Visual Studio macro
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3853
Diffstat (limited to 'Tests/RunCMake/CMakeLists.txt')
-rw-r--r-- | Tests/RunCMake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CMakeLists.txt b/Tests/RunCMake/CMakeLists.txt index 0c6e770..026baa7 100644 --- a/Tests/RunCMake/CMakeLists.txt +++ b/Tests/RunCMake/CMakeLists.txt @@ -167,7 +167,7 @@ if(UNIX AND "${CMAKE_GENERATOR}" MATCHES "Unix Makefiles|Ninja") add_RunCMake_test(CompilerChange) endif() add_RunCMake_test(CompilerNotFound) -add_RunCMake_test(Configure) +add_RunCMake_test(Configure -DMSVC_IDE=${MSVC_IDE}) add_RunCMake_test(DisallowedCommands) add_RunCMake_test(ExternalData) add_RunCMake_test(FeatureSummary) |