Skip to content

Commit

Permalink
Make CMake Happy -- project command at top (#246)
Browse files Browse the repository at this point in the history
CMake is not happy unless the project command is on the first line.

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
  • Loading branch information
hawkinsw committed May 9, 2023
1 parent 05607d7 commit 99b1b7c
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 @@ -7,8 +7,8 @@
# the LICENSE file found in the root directory of this source tree.
#

project("ubpf")
cmake_minimum_required(VERSION 3.16)
project("ubpf")

if (UBPF_INSTALL_GIT_HOOKS AND EXISTS "${PROJECT_SOURCE_DIR}/.git/hooks")
# Install Git pre-commit hook
Expand Down

0 comments on commit 99b1b7c

Please sign in to comment.