Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Gaßmann <BurningEnlightenment@users.noreply.github.com>
  • Loading branch information
htot and BurningEnlightenment authored May 26, 2022
1 parent a5a5348 commit 2c38a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
include(TargetArch)
detect_target_architecture(_TARGET_ARCH)

CHECK_INCLUDE_FILE("<getopt.h>" HAVE_GETOPT_H)
check_include_file(getopt.h HAVE_GETOPT_H)
cmake_dependent_option(BASE64_BUILD_CLI "Build the cli for encoding and decoding" ON "HAVE_GETOPT_H" OFF)
add_feature_info(CLI BASE64_BUILD_CLI "enables the CLI executable for encoding and decoding")

Expand Down

0 comments on commit 2c38a68

Please sign in to comment.