diff --git a/CMakeLists.txt b/CMakeLists.txt index 0367ff9..8979c87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.8.0) -project(jegp VERSION 3.3.0 LANGUAGES CXX) +project(jegp VERSION 3.4.0 LANGUAGES CXX) add_library(jegp INTERFACE) add_library(jegp::jegp ALIAS jegp) diff --git a/README.md b/README.md index 1e12c29..7cbb6d8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ cmake --build build --target install After building jegp, you can use it by adding the following to your `CMakeLists.txt`. find_package(jegp) - target_link_libraries( jegp) + target_link_libraries( jegp::jegp) ## Specification