diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-06 23:29:26 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-06 23:33:06 +0200 |
commit | e447e0231273f9621f50bb447770e31acaa378dd (patch) | |
tree | 2c8bf5392b3c7eb0de96df4608e8cba8df995003 /indra/cmake | |
parent | 248b6a25841fd2ceb07e04cb532b64b4238da83c (diff) |
CMake 3.8.0 compatibility
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/bugsplat.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/bugsplat.cmake b/indra/cmake/bugsplat.cmake index a74518354d..820ca8652c 100644 --- a/indra/cmake/bugsplat.cmake +++ b/indra/cmake/bugsplat.cmake @@ -38,6 +38,6 @@ if (USE_BUGSPLAT) set(BUGSPLAT_DB "" CACHE STRING "BugSplat crash database name") set_target_include_dirs( bugsplat::bugsplat ${LIBS_PREBUILT_DIR}/include/bugsplat) - target_compile_definitions( bugsplat::bugsplat INTERFACE LL_BUGSPLAT) + set_property( TARGET bugsplat::bugsplat APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS LL_BUGSPLAT) endif (USE_BUGSPLAT) |