Skip to content

Commit

Permalink
CMake fix for removed rollbear/strong_type #2
Browse files Browse the repository at this point in the history
  • Loading branch information
ibis-hdl committed Jan 19, 2025
1 parent 607d792 commit f30ee54
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source/frontend/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ target_link_libraries(${PROJECT_NAME}
Boost::system
Boost::locale
CLI11::CLI11
rollbear::strong_type
Threads::Threads
# cope with "fatal error LNK2011: precompiled object not linked in"
#"$<$<CXX_COMPILER_ID:MSVC>:ibis_pch>"
Expand Down
1 change: 0 additions & 1 deletion source/vhdl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ target_link_libraries(${PROJECT_NAME}
# fmt::fmt
range-v3::range-v3
Boost::headers
rollbear::strong_type
# cope with "fatal error LNK2011: precompiled object not linked in"
#"$<$<CXX_COMPILER_ID:MSVC>:ibis_pch>"
)
Expand Down

0 comments on commit f30ee54

Please sign in to comment.