1
0
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:
Miodrag Milanovic
2018-07-25 12:08:13 +02:00
parent e3ce2f544d
commit 8a498c501f

View File

@@ -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)