Skip to content

Commit

Permalink
Make sure project() is at the top
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Nov 1, 2024
1 parent 699ae7e commit ee4e12a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 3.24)
project(LIEF LANGUAGES C CXX)

enable_language(C)
enable_language(CXX)

Expand Down

0 comments on commit ee4e12a

Please sign in to comment.