Skip to content
Snippets Groups Projects
Commit e2bc4d46 authored by Christoph Junghans's avatar Christoph Junghans
Browse files

cmake: update latte to v1.1.1

parent 8e3ba36a
No related branches found
No related tags found
No related merge requests found
...@@ -240,8 +240,8 @@ if(ENABLE_LATTE) ...@@ -240,8 +240,8 @@ if(ENABLE_LATTE)
message(STATUS "LATTE not found - we will build our own") message(STATUS "LATTE not found - we will build our own")
include(ExternalProject) include(ExternalProject)
ExternalProject_Add(latte_build ExternalProject_Add(latte_build
URL https://github.com/lanl/LATTE/archive/v1.0.1.tar.gz URL https://github.com/lanl/LATTE/archive/v1.1.1.tar.gz
URL_MD5 5137e28cb1a64444bd571c98c98a6eee URL_MD5 cb86f1d2473ce00aa61ff6a023154b03
SOURCE_SUBDIR cmake SOURCE_SUBDIR cmake
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_POSITION_INDEPENDENT_CODE=${CMAKE_POSITION_INDEPENDENT_CODE} CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_POSITION_INDEPENDENT_CODE=${CMAKE_POSITION_INDEPENDENT_CODE}
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment