We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d13a126 commit 58bf6a8Copy full SHA for 58bf6a8
CMakeLists.txt
@@ -13,7 +13,9 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
#
16
-cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)
+
17
+cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR)
18
+cmake_policy(VERSION 3.0.2)
19
20
include(ExternalProject)
21
include(CheckLibraryExists)
0 commit comments