mirror of
https://github.com/taglib/taglib.git
synced 2025-07-18 21:14:23 -04:00
Explicitly set a false flag in ConfigureChecks.cmake.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user