Skip to content

Commit

Permalink
Rebuild against OpendTect 7.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
waynegm committed Jan 16, 2024
1 parent c231714 commit ad2ef93
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@


cmake_minimum_required (VERSION 3.0)
project(OpendTect_Plugins VERSION 7.0.3)
project(OpendTect_Plugins VERSION 7.0.4)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand All @@ -21,6 +21,8 @@ file (WRITE "${CMAKE_SOURCE_DIR}/VERSION.txt" ${CMAKE_PROJECT_VERSION})
set (SQLITE_DIR "" CACHE PATH "Sqlite directory")
set (PROJ_DIR "" CACHE PATH "Proj9 directory")
set (WMDEPS_DIR "" CACHE PATH "WMPlugin dependency directory")
set (SQLITE_DIR ${SQLite3_ROOT})

find_library(
PROJ_LIBRARY
NAMES proj
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.3
7.0.4

0 comments on commit ad2ef93

Please sign in to comment.