Skip to content
Snippets Groups Projects
Commit 20caf5e8 authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

Fix HPO lib linking when HPO is not built

parent 0c49afc6
No related branches found
No related tags found
No related merge requests found
Pipeline #37067 failed
...@@ -163,7 +163,9 @@ add_library(tadah ...@@ -163,7 +163,9 @@ add_library(tadah
$<TARGET_OBJECTS:config::rc> $<TARGET_OBJECTS:config::rc>
) )
target_link_libraries(tadah PUBLIC config::rc) target_link_libraries(tadah PUBLIC config::rc)
if(TADAH_ENABLE_HPO)
target_link_libraries(tadah PUBLIC tadah.hpo) target_link_libraries(tadah PUBLIC tadah.hpo)
endif()
add_executable (ta-dah bin/tadah.cpp) add_executable (ta-dah bin/tadah.cpp)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment