mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 05:11:15 -06:00
Tests: skip MFC test when building cmake when no file association for vcproj
This commit is contained in:
@@ -1940,6 +1940,10 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release
|
||||
message(STATUS
|
||||
".vcproj file association indicates VCExpress, avoiding MFC test")
|
||||
set(CTEST_RUN_MFC OFF)
|
||||
elseif( NOT ov )
|
||||
message(STATUS
|
||||
".vcproj has no file association, avoiding MFC test")
|
||||
set(CTEST_RUN_MFC OFF)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user