mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-25 11:51:21 +00:00
just Boost_PROGRAM_OPTIONS_LIBRARY
This commit is contained in:
@@ -5,7 +5,7 @@ ENDIF(CMAKE_CROSSCOMPILING)
|
||||
|
||||
IF(NOT CMAKE_CROSSCOMPILING)
|
||||
ADD_EXECUTABLE(bbasm bba/main.cc)
|
||||
target_link_libraries(bbasm LINK_PUBLIC ${Boost_LIBRARIES})
|
||||
target_link_libraries(bbasm LINK_PUBLIC ${Boost_PROGRAM_OPTIONS_LIBRARY})
|
||||
ENDIF(NOT CMAKE_CROSSCOMPILING)
|
||||
|
||||
IF(NOT CMAKE_CROSSCOMPILING)
|
||||
|
||||
Reference in New Issue
Block a user