Skip to content

Commit

Permalink
undo pkg_check
Browse files Browse the repository at this point in the history
  • Loading branch information
peteschaefer authored and NanoMichael committed Aug 6, 2024
1 parent d6fdfeb commit 0e3707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if (MSVC)
target_link_libraries(LaTeX PRIVATE tinyxml2::tinyxml2)
else ()
find_package(PkgConfig REQUIRED)
# pkg_check_modules(tinyxml2 REQUIRED IMPORTED_TARGET tinyxml2)
pkg_check_modules(tinyxml2 REQUIRED IMPORTED_TARGET tinyxml2)
target_link_libraries(LaTeX PRIVATE tinyxml2)
endif ()

Expand Down

0 comments on commit 0e3707f

Please sign in to comment.