Skip to content

Commit

Permalink
Update LLU version number in CMakeLists to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-c committed Jul 21, 2021
1 parent e281073 commit 8f64d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if(APPLE AND NOT DEFINED ENV{MACOSX_DEPLOYMENT_TARGET})
endif()

project(LLU
VERSION 3.1.0
VERSION 3.1.1
DESCRIPTION "Modern C++ wrapper over LibraryLink and WSTP"
LANGUAGES CXX)

Expand Down
2 changes: 1 addition & 1 deletion tests/Demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif ()

set(LLU_ROOT "${CMAKE_CURRENT_SOURCE_DIR}/../../install" CACHE PATH "Location of LLU installation.")

find_package(LLU 3.1.0 EXACT REQUIRED NO_MODULE PATH_SUFFIXES LLU)
find_package(LLU 3.1.1 EXACT REQUIRED NO_MODULE PATH_SUFFIXES LLU)

#=============================================
#=========== MAIN PACLET LIBRARY =============
Expand Down

0 comments on commit 8f64d04

Please sign in to comment.