Skip to content

Commit

Permalink
style: pre-commit.ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 15, 2023
1 parent 70f3e84 commit 0d0c043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/find_package_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ project(CLI11-find-package-test)

include(CTest)

if (CLI11_DIR)
set(CMAKE_PREFIX_PATH ${CLI11_DIR})
if(CLI11_DIR)
set(CMAKE_PREFIX_PATH ${CLI11_DIR})
endif()

# Test the CLI11 CMake package config
Expand Down

0 comments on commit 0d0c043

Please sign in to comment.