Skip to content

Commit

Permalink
More vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed Oct 11, 2024
1 parent 992fe2c commit e2f70bb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,14 @@ if (BUILD_DEPS)
list(APPEND AWSLC_CMAKE_ARGUMENTS -DBUILD_DEPS=${BUILD_DEPS})
endif()

# if (CMAKE_ANDROID_NDK)
# list(APPEND AWSLC_CMAKE_ARGUMENTS -DCMAKE_ANDROID_NDK=${CMAKE_ANDROID_NDK})
# endif()
#
# if (CMAKE_LIBRARY_OUTPUT_DIRECTORY)
# list(APPEND AWSLC_CMAKE_ARGUMENTS -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
# endif()
#
if (CMAKE_ANDROID_NDK)
list(APPEND AWSLC_CMAKE_ARGUMENTS -DCMAKE_ANDROID_NDK=${CMAKE_ANDROID_NDK})
endif()

if (CMAKE_LIBRARY_OUTPUT_DIRECTORY)
list(APPEND AWSLC_CMAKE_ARGUMENTS -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
endif()

# if (CMAKE_MAKE_PROGRAM)
# list(APPEND AWSLC_CMAKE_ARGUMENTS -DCMAKE_MAKE_PROGRAM=${CMAKE_MAKE_PROGRAM})
# endif()
Expand Down

0 comments on commit e2f70bb

Please sign in to comment.