From 258ea6077da29ae235ae197cb82789089af169e3 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Sun, 10 Nov 2024 10:43:05 +0100 Subject: [PATCH] Update NEWS --- CMakeLists.txt | 1 - NEWS.md | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cf9a0b9..a4563d72 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -270,7 +270,6 @@ set_target_properties (${nlopt_lib} PROPERTIES VERSION "${SO_MAJOR}.${SO_MINOR}. # INCLUDE DIRECTORIES #============================================================================== target_include_directories (${nlopt_lib} PRIVATE - ${PROJECT_BINARY_DIR}/src/api ${PROJECT_BINARY_DIR} src/algs/stogo src/algs/ags diff --git a/NEWS.md b/NEWS.md index be8bbf63..e0295157 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,11 @@ # NLopt Release Notes +## NLopt 2.? + +* New `NLOPT_LUKSAN` cmake option to build without Luksan LGPL code ([#569]). + +* Various minor bugfixes ([#566], [#564], [#571], [#465], [#563], [#504], [#187]) + ## NLopt 2.8 9 August 2024