mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
[cmake] Fix build.
This commit is contained in:
parent
145370dc59
commit
2b3ec2dfdf
@ -352,7 +352,7 @@ list(FILTER libtomcrypt_src EXCLUDE REGEX ".*whirltab.c")
|
||||
list(FILTER libtomcrypt_src EXCLUDE REGEX ".*sober128tab.c")
|
||||
|
||||
add_library (libtomcrypt ${libtomcrypt_src})
|
||||
target_compile_definitions (libtomcrypt PRIVATE LTC_NO_ROLC)
|
||||
target_compile_definitions (libtomcrypt PRIVATE LTC_NO_ROLC LTC_SOURCE)
|
||||
project_group (libtomcrypt Extern)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user