Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Test targets:
# - `trurl-test`: Run tests.
# - `trurl-test-memory`: Run tests with valgrind.
# - `TURLS_DISABLE_INSTALL`: Disable installation targets. Default `OFF`
# - `TRURL_DISABLE_INSTALL`: Disable installation targets. Default `OFF`
# - `TRURL_WERROR`: Turn compiler warnings into errors. Default: `OFF`
#
# - `CURL_INCLUDE_DIR`: Absolute path to curl include directory.
Expand All @@ -53,7 +53,7 @@ project(trurl VERSION "${trurl_version_str}" LANGUAGES C)

# Install options

option(TURLS_DISABLE_INSTALL "Disable installation targets" OFF)
option(TRURL_DISABLE_INSTALL "Disable installation targets" OFF)
if(NOT TRURL_DISABLE_INSTALL)
include(GNUInstallDirs)
endif()
Expand Down