mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
Explicitly set a false flag in ConfigureChecks.cmake.
This commit is contained in:
parent
c08e0b1357
commit
455e827e1e
@ -57,6 +57,8 @@ if(NOT HAVE_STD_ATOMIC)
|
||||
find_package(Boost COMPONENTS atomic)
|
||||
if(Boost_ATOMIC_FOUND)
|
||||
set(HAVE_BOOST_ATOMIC 1)
|
||||
else()
|
||||
set(HAVE_BOOST_ATOMIC 0)
|
||||
endif()
|
||||
|
||||
if(NOT HAVE_BOOST_ATOMIC)
|
||||
|
Loading…
Reference in New Issue
Block a user