mirror of https://github.com/BOINC/boinc.git
Merge pull request #3990 from AenBleidd/fix_build
Fix build after libexpat update on vcpkg
This commit is contained in:
commit
82e2e492af
|
@ -93,11 +93,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src/core/)
|
|||
|
||||
find_package(expat CONFIG REQUIRED)
|
||||
|
||||
if(WIN32 AND NOT MINGW)
|
||||
target_link_libraries(rappture PRIVATE expat::libexpat)
|
||||
else()
|
||||
target_link_libraries(rappture PRIVATE expat::expat)
|
||||
endif()
|
||||
target_link_libraries(rappture PRIVATE expat::expat)
|
||||
|
||||
install(TARGETS rappture
|
||||
RUNTIME DESTINATION bin
|
||||
|
|
Loading…
Reference in New Issue