Skip to content

Commit

Permalink
Fixed V.Profile issue of unresolved external symbol for db methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh1998 committed Dec 5, 2024
1 parent c625f62 commit 6cb6fac
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion vector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,14 @@ build_program_in_subdir(

build_program_in_subdir(v.proj DEPENDS grass_gis grass_gproj grass_vector GDAL ${LIBM})

build_program_in_subdir(v.profile DEPENDS grass_gis grass_vector GDAL)
build_program_in_subdir(
v.profile
DEPENDS
grass_dbmibase
grass_dbmiclient
grass_gis
grass_vector
GDAL)

add_subdirectory(v.lrs)

Expand Down

0 comments on commit 6cb6fac

Please sign in to comment.