Skip to content

Commit

Permalink
sjparser: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mmd-osm committed Sep 9, 2024
1 parent 6e9e85f commit e6952dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ disable_build_lint()

add_subdirectory(catch2)
add_subdirectory(libxml++)
add_subdirectory(sjparser)
#add_subdirectory(sjparser)

target_link_libraries(catch2 INTERFACE cgimap_common_compiler_options)
target_link_libraries(cgimap_libxml++ PUBLIC cgimap_common_compiler_options)

0 comments on commit e6952dc

Please sign in to comment.