Included omptl dependency

This commit is contained in:
Guilhem Lavaux 2014-05-21 21:51:20 +02:00
parent 00f5cbf2bc
commit 56678f5fd4
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@ if (ENABLE_SHARP)
SET(SHARP_INCLUDE_PATH ${DEP_BUILD}/include)
endif (ENABLE_SHARP)
ExternalProject_Add(omptl
URL ${CMAKE_SOURCE_DIR}/external/omptl-20120422.tar.bz2
CONFIGURE_COMMAND echo "No configure"
BUILD_COMMAND echo "No build"
INSTALL_COMMAND ${CMAKE_COMMAND} -E copy_directory ${CMAKE_BINARY_DIR}/omptl-prefix/src/omptl ${CMAKE_BINARY_DIR}/external/stage/include/omptl
)
set(HDF5_FIND_COMPONENTS HL CXX)
if(HDF5_ROOTDIR)

BIN
external/omptl-20120422.tar.bz2 vendored Normal file

Binary file not shown.