mirror of https://git.tukaani.org/xz.git
CMake: Fix indentation
This commit is contained in:
parent
ea379f2f18
commit
c715dec8e8
|
@ -1704,7 +1704,7 @@ if(HAVE_DECODERS AND (NOT MSVC OR MSVC_VERSION GREATER_EQUAL 1900))
|
||||||
|
|
||||||
if(SANDBOX_COMPILE_DEFINITION)
|
if(SANDBOX_COMPILE_DEFINITION)
|
||||||
target_compile_definitions("${XZDEC}" PRIVATE
|
target_compile_definitions("${XZDEC}" PRIVATE
|
||||||
"${SANDBOX_COMPILE_DEFINITION}")
|
"${SANDBOX_COMPILE_DEFINITION}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
tuklib_progname("${XZDEC}")
|
tuklib_progname("${XZDEC}")
|
||||||
|
|
Loading…
Reference in New Issue