Skip to content

Commit

Permalink
fix: missing dtk version in CMakeListst.txt
Browse files Browse the repository at this point in the history
As title.

Log: Fix build issue.
  • Loading branch information
rb-union committed Jan 15, 2025
1 parent 7ddf9dd commit b760569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dtkmount/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ set_target_properties(${BIN_NAME} PROPERTIES

target_compile_definitions(${BIN_NAME} PRIVATE VERSION="${CMAKE_PROJECT_VERSION}")

find_package(DtkCore REQUIRED)
find_package(Dtk${DTK_VERSION_MAJOR}Core REQUIRED)
find_package(PkgConfig REQUIRED)
pkg_check_modules(GLIB REQUIRED glib-2.0)
pkg_check_modules(GIOUNIX REQUIRED gio-unix-2.0)
Expand Down

0 comments on commit b760569

Please sign in to comment.