summaryrefslogtreecommitdiffstats
path: root/config/cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-04-20 18:12:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-04-20 18:12:49 (GMT)
commit8f81c74806dbb4a4b5c61a200290b5c19c83dfe7 (patch)
tree884b0ff9012998b92dece3de654528276cf51eb8 /config/cmake
parent15231113cb5816fa755304665a48b7aa0390eaac (diff)
downloadhdf5-8f81c74806dbb4a4b5c61a200290b5c19c83dfe7.zip
hdf5-8f81c74806dbb4a4b5c61a200290b5c19c83dfe7.tar.gz
hdf5-8f81c74806dbb4a4b5c61a200290b5c19c83dfe7.tar.bz2
[svn-r20570] Correct Windows only set command
Diffstat (limited to 'config/cmake')
-rw-r--r--config/cmake/ConfigureChecks.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake
index ec16ce6..a7f9228 100644
--- a/config/cmake/ConfigureChecks.cmake
+++ b/config/cmake/ConfigureChecks.cmake
@@ -374,10 +374,7 @@ ENDIF (NOT H5_SIZEOF_OFF64_T)
# For other tests to use the same libraries
-SET (CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} "-DWIN32 -D_WINDOWS")
-# SET (CMAKE_REQUIRED_LIBRARIES ${LINK_LIBS})
-# SET (CMAKE_REQUIRED_INCLUDES ${USE_INCLUDES})
-# CHECK_FUNCTION_EXISTS (initonceexecuteonce H5_HAVE_IOEO)
+SET (CMAKE_REQUIRED_LIBRARIES ${LINK_LIBS})
#-----------------------------------------------------------------------------
# Check for some functions that are used