소스 검색

Actually fix cmake this time

Charlie Gettys 6 년 전
부모
커밋
4efa3736ba
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      code/CMakeLists.txt

+ 2 - 2
code/CMakeLists.txt

@@ -869,9 +869,9 @@ SET( ziplib_SRCS
 # TODO if cmake required version has been updated to >3.12.0, collapse this to the second case only
 if(${CMAKE_VERSION} VERSION_LESS "3.12.0")
 	add_definitions(-DMINIZ_USE_UNALIGNED_LOADS_AND_STORES=0)
-else
+else()
 	add_compile_definitions(MINIZ_USE_UNALIGNED_LOADS_AND_STORES=0)
-endif
+endif()
 
 SOURCE_GROUP( ziplib FILES ${ziplib_SRCS} )