mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 21:24:14 +00:00
Fix parenthesis placement; the simplistic dependency scanner only sees dependencies when they are on their own line with nothing else
This commit is contained in:
parent
f0e9e77a33
commit
7902c851b2
@ -18,7 +18,8 @@ target_link_libraries(boost_histogram
|
||||
Boost::core
|
||||
Boost::mp11
|
||||
Boost::throw_exception
|
||||
Boost::variant2)
|
||||
Boost::variant2
|
||||
)
|
||||
|
||||
if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
|
||||
# Standalone build, fetch dependencies
|
||||
|
Loading…
x
Reference in New Issue
Block a user