summaryrefslogtreecommitdiff
path: root/third_party/lcms2.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lcms2.cmake')
-rw-r--r--third_party/lcms2.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/third_party/lcms2.cmake b/third_party/lcms2.cmake
index c4551de..dec6be9 100644
--- a/third_party/lcms2.cmake
+++ b/third_party/lcms2.cmake
@@ -45,12 +45,12 @@ target_include_directories(lcms2
PUBLIC "${CMAKE_CURRENT_LIST_DIR}/lcms/include")
# This warning triggers with gcc-8.
if (CMAKE_C_COMPILER_ID MATCHES "GNU")
-target_compile_options(lcms2
- PRIVATE
- # gcc-only flags.
- -Wno-stringop-truncation
- -Wno-strict-aliasing
-)
+ target_compile_options(lcms2
+ PRIVATE
+ # gcc-only flags.
+ -Wno-stringop-truncation
+ -Wno-strict-aliasing
+ )
endif()
# By default LCMS uses sizeof(void*) for memory alignment, but in arm 32-bits we
# can't access doubles not aligned to 8 bytes. This forces the alignment to 8