Skip to content
Snippets Groups Projects
Verified Commit c81d65c0 authored by Hendrik's avatar Hendrik Committed by Ralph Giles
Browse files

Fix BOOL generator expression


Signed-off-by: default avatarRalph Giles <giles@thaumas.net>
Signed-off-by: default avatarevpobr <evpobr@gmail.com>
parent 97fbdb15
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ target_link_libraries(opusfile
PUBLIC
Ogg::ogg
Opus::opus
$<$<BOOL:OP_HAVE_LIBM>:m>
$<$<BOOL:${OP_HAVE_LIBM}>:m>
)
target_compile_options(opusfile
PRIVATE
......@@ -167,7 +167,7 @@ if(NOT OP_DISABLE_HTTP)
OpenSSL::SSL
$<$<C_COMPILER_ID:MSVC>:ws2_32>
$<$<C_COMPILER_ID:MSVC>:crypt32>
$<$<BOOL:OP_HAVE_LIBM>:m>
$<$<BOOL:${OP_HAVE_LIBM}>:m>
)
target_compile_options(opusurl
PRIVATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment