diff options
author | prigupta <prigupta@adobe.com> | 2020-05-12 13:32:28 +0530 |
---|---|---|
committer | prigupta <prigupta@adobe.com> | 2020-05-12 13:32:28 +0530 |
commit | 235da361e68f83d251176c1f476ee3e11e690802 (patch) | |
tree | 4f71d9421f7977e00051c5c010fa9f0ceaed49d8 | |
parent | 3154c9a0ca3df515d3acd4a9cddab50641f0c662 (diff) |
Fix build issue
-rw-r--r-- | build/ProductConfig.cmake | 18 | ||||
-rw-r--r-- | build/shared/SharedConfig_Android.cmake | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/build/ProductConfig.cmake b/build/ProductConfig.cmake index f394e96..5a42bbc 100644 --- a/build/ProductConfig.cmake +++ b/build/ProductConfig.cmake @@ -1,12 +1,12 @@ -// ================================================================================================= -// Copyright 2020 Adobe -// All Rights Reserved. -// NOTICE: Adobe permits you to use, modify, and distribute this file in -// accordance with the terms of the Adobe license agreement accompanying -// it. If you have received this file from a source other than Adobe, -// then your use, modification, or distribution of it requires the prior -// written permission of Adobe. -// ================================================================================================= +#// ================================================================================================= +#// Copyright 2020 Adobe +#// All Rights Reserved. +#// NOTICE: Adobe permits you to use, modify, and distribute this file in +#// accordance with the terms of the Adobe license agreement accompanying +#// it. If you have received this file from a source other than Adobe, +#// then your use, modification, or distribution of it requires the prior +#// written permission of Adobe. +#// ================================================================================================= # ============================================================================== # define minimum cmake version diff --git a/build/shared/SharedConfig_Android.cmake b/build/shared/SharedConfig_Android.cmake index 82e6a2e..e5ed95c 100644 --- a/build/shared/SharedConfig_Android.cmake +++ b/build/shared/SharedConfig_Android.cmake @@ -1,12 +1,12 @@ -// ================================================================================================= -// Copyright 2020 Adobe -// All Rights Reserved. -// NOTICE: Adobe permits you to use, modify, and distribute this file in -// accordance with the terms of the Adobe license agreement accompanying -// it. If you have received this file from a source other than Adobe, -// then your use, modification, or distribution of it requires the prior -// written permission of Adobe. -// ================================================================================================= +#// ================================================================================================= +#// Copyright 2020 Adobe +#// All Rights Reserved. +#// NOTICE: Adobe permits you to use, modify, and distribute this file in +#// accordance with the terms of the Adobe license agreement accompanying +#// it. If you have received this file from a source other than Adobe, +#// then your use, modification, or distribution of it requires the prior +#// written permission of Adobe. +#// ================================================================================================= # ============================================================================== # define minimum cmake version |