Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit ea71271

Browse files
author
Surajit A Bose
committed
Merge pull request #19 from madan-ram/patch-1
Update CMakeLists.txt
2 parents 9e6dc45 + 7ae0743 commit ea71271

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Problem Sets/Problem Set 3/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# <author> Quan Tran Minh. edit by Johannes Kast, Michael Sarahan </author>
55
66
############################################################################
7+
# minimum required cmake version
8+
cmake_minimum_required(VERSION 2.8)
9+
find_package(CUDA QUIET REQUIRED)
710

811
SET (compare_files compare.cpp)
912

0 commit comments

Comments
 (0)