Plugins on Windows are not supported, don't build the example plugin.

This commit is contained in:
Vassil Vassilev 2020-11-03 17:30:59 +00:00 committed by jenkins
parent eac42c613b
commit c061a8ae01

View File

@ -5,7 +5,7 @@
# of Illinois Open Source License or the GNU Lesser General Public License. See
# LICENSE.TXT for details.
#-------------------------------------------------------------------------------
if (CLING_INCLUDE_TESTS OR CLING_BUILD_PLUGINS)
if ((CLING_INCLUDE_TESTS OR CLING_BUILD_PLUGINS) AND NOT MSVC)
add_subdirectory(example)
endif()