0801fc4ecb
- Updateo to 3.11.0 * No changes specific to CMake-GUI - Drop cmake-3.10.1_boost-1.66.patch as it is included in upstream - Updated to 3.11.0 * The Makefile Generators and the Ninja generator learned to add compiler launcher tools * The COMPILE_DEFINITIONS source file property learned to support generator expressions. * COMPILE_OPTIONS source file property was added to manage list of options to pass to the compiler. * A new FetchContent module was added which supports populating content at configure time using any of the download/update methods supported by ExternalProject_Add(). full changelog: https://cmake.org/cmake/help/v3.11/release/3.11.html - Adapted form.patch and c17-default.patch OBS-URL: https://build.opensuse.org/request/show/592384 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=318
14 lines
405 B
Diff
14 lines
405 B
Diff
diff --git a/Source/CursesDialog/CMakeLists.txt b/Source/CursesDialog/CMakeLists.txt
|
|
index 7d4e88c..0cc5357 100644
|
|
--- a/Source/CursesDialog/CMakeLists.txt
|
|
+++ b/Source/CursesDialog/CMakeLists.txt
|
|
@@ -17,7 +17,7 @@
|
|
CursesDialog/ccmake.cxx
|
|
)
|
|
|
|
-include_directories(${CURSES_INCLUDE_PATH})
|
|
+include_directories(${CURSES_INCLUDE_PATH}/ncurses/)
|
|
|
|
|
|
add_executable(ccmake ${CURSES_SRCS} )
|