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:
Peter Dimov 2021-03-19 03:34:11 +02:00
parent f0e9e77a33
commit 7902c851b2

View File

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