Plugins on Windows are not supported, don't build the example plugin.
This commit is contained in:
parent
eac42c613b
commit
c061a8ae01
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user