We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac764af commit abc4c65Copy full SHA for abc4c65
src/coreclr/interpreter/CMakeLists.txt
@@ -49,7 +49,9 @@ endif()
49
50
add_library_clr(clrinterpreter ${LIBRARY_TYPE} ${INTERPRETER_SOURCES})
51
52
-set_target_properties(clrinterpreter PROPERTIES EXCLUDE_FROM_ALL $<NOT:${FEATURE_INTERPRETER}>)
+if (NOT CMAKE_GENERATOR MATCHES "Visual Studio")
53
+ set_target_properties(clrinterpreter PROPERTIES EXCLUDE_FROM_ALL $<NOT:${FEATURE_INTERPRETER}>)
54
+endif()
55
56
add_dependencies(clrinterpreter interpreter_exports)
57
0 commit comments