Skip to content

Commit

Permalink
Raise required cmake version to 3.3
Browse files Browse the repository at this point in the history
Needed for OBJECT libraries, libaries linked as INTERFACE.
  • Loading branch information
GBuella committed Aug 28, 2017
1 parent 256e3bc commit bf64cfc
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 @@ -29,7 +29,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

cmake_minimum_required(VERSION 2.8.7)
cmake_minimum_required(VERSION 3.3)
project(syscall_intercept C CXX ASM)

set(CMAKE_DISABLE_IN_SOURCE_BUILD ON)
Expand Down

0 comments on commit bf64cfc

Please sign in to comment.