Included omptl dependency
This commit is contained in:
parent
00f5cbf2bc
commit
56678f5fd4
@ -48,6 +48,12 @@ if (ENABLE_SHARP)
|
|||||||
SET(SHARP_INCLUDE_PATH ${DEP_BUILD}/include)
|
SET(SHARP_INCLUDE_PATH ${DEP_BUILD}/include)
|
||||||
endif (ENABLE_SHARP)
|
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)
|
set(HDF5_FIND_COMPONENTS HL CXX)
|
||||||
if(HDF5_ROOTDIR)
|
if(HDF5_ROOTDIR)
|
||||||
|
BIN
external/omptl-20120422.tar.bz2
vendored
Normal file
BIN
external/omptl-20120422.tar.bz2
vendored
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user