freebsd-ports/science/elmerfem/files/patch-cmake_Modules_FindOCE.cmake
Yuri Victorovich d96de3d165 science/elmerfem: Add the GUI option
Submitted by:	Henrik Gulbrandsen <henrik@gulbra.net> (via e-mail)
2020-03-10 16:52:41 +00:00

15 lines
306 B
CMake

--- cmake/Modules/FindOCE.cmake.orig 2020-03-08 13:46:44 UTC
+++ cmake/Modules/FindOCE.cmake
@@ -0,0 +1,12 @@
+MESSAGE(STATUS "Faking OCE")
+
+SET(OCE_FOUND TRUE)
+SET(OCE_VERSION "${VERSION}")
+SET(OCE_INCLUDE_DIRS "${INCLUDE}")
+
+
+MARK_AS_ADVANCED(
+ OCE_FOUND
+ OCE_VERSION
+ OCE_INCLUDE_DIRS
+ )