forked from pool/cmake
- Update to version 3.10.0
* No changes specific to CMake-GUI
- update form.patch
- Update to 3.10.0
* The flang Fortran compiler is now supported, with compiler id
“Flang”.
* The “include_guard()” command was introduced.
* “FindMPI” received a major overhaul. It now features language
specific components, better Fortran support, and support for
statically linked MPI implementations.
* A “FindOpenACC” module was added.
full changelog: https://cmake.org/cmake/help/v3.10/release/3.10.html
- update form.patch
OBS-URL: https://build.opensuse.org/request/show/546318
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=304
14 lines
401 B
Diff
14 lines
401 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
|
|
)
|
|
|
|
-include_directories(${CURSES_INCLUDE_PATH})
|
|
+include_directories(${CURSES_INCLUDE_PATH}/ncurses/)
|
|
|
|
|
|
add_executable(ccmake ${CURSES_SRCS} )
|