Skip to content

Commit

Permalink
Remove the need for a compiler to be present (#25)
Browse files Browse the repository at this point in the history
Make so that CMake doesn't need a compiler to be present,
since packaging does not require it.
  • Loading branch information
Smjert authored Jul 5, 2024
1 parent 4caa2c5 commit c089fb2
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,7 +7,7 @@
# SPDX-License-Identifier: (Apache-2.0 OR GPL-2.0-only)
#

project("osquery")
project("osquery" NONE)
cmake_minimum_required(VERSION 3.17.5)

set(OSQUERY_DATA_PATH "" CACHE PATH "osquery package data")
Expand Down

0 comments on commit c089fb2

Please sign in to comment.