mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r24850] example causes modal permission dialog to popup on windows. Do not build.
This commit is contained in:
parent
0be0491ee4
commit
ba2c98d42a
@ -44,13 +44,14 @@ foreach (example ${examples})
|
||||
set_target_properties (${example} PROPERTIES FOLDER examples)
|
||||
endforeach (example ${examples})
|
||||
|
||||
if (H5_HAVE_PARALLEL)
|
||||
### Windows pops up a modal permission dialog on this test
|
||||
if (H5_HAVE_PARALLEL AND NOT WIN32)
|
||||
add_executable (ph5example ${HDF5_EXAMPLES_SOURCE_DIR}/ph5example.c)
|
||||
TARGET_NAMING (ph5example ${LIB_TYPE})
|
||||
TARGET_C_PROPERTIES (ph5example " " " ")
|
||||
target_link_libraries (ph5example ${HDF5_LIB_TARGET})
|
||||
set_target_properties (ph5example PROPERTIES FOLDER examples)
|
||||
endif (H5_HAVE_PARALLEL)
|
||||
endif (H5_HAVE_PARALLEL AND NOT WIN32)
|
||||
|
||||
if (BUILD_TESTING)
|
||||
include (CMakeTests.cmake)
|
||||
|
Loading…
Reference in New Issue
Block a user