Skip to content

Commit 0183be0

Browse files
author
Grok Compression
committed
grok: fix bug in cmake file
1 parent cbc3471 commit 0183be0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frmts/grok/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ if(NOT DEFINED PROJECT_SOURCE_DIR)
55
# Standalone plugin building
66
project(gdal_JP2Grok)
77
include("${PROJECT_SOURCE_DIR}/../../cmake/helpers/SetupStandalonePlugin.cmake" )
8-
include(CheckDependentLibrariesKakadu)
9-
standalone_driver_finalize(GDAL_ENABLE_DRIVER_JP2Grok)
8+
include(CheckDependentLibrariesGrok )
9+
standalone_driver_finalize(GDAL_ENABLE_DRIVER_JP2GROK)
1010
endif()
1111

1212
add_gdal_driver(TARGET gdal_JP2Grok

0 commit comments

Comments
 (0)