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 92f392e commit a56558aCopy full SHA for a56558a
CMakeLists.txt
@@ -5,6 +5,10 @@ cmake_minimum_required(VERSION 3.10)
5
6
project(fpga-runtime-for-opencl C CXX)
7
8
+# Set default C++ standard property of targets.
9
+set(CMAKE_CXX_STANDARD 11)
10
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
11
+
12
# https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Packaging-With-CPack
13
# https://cmake.org/cmake/help/v3.10/module/CPack.html
14
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Intel(R) FPGA Runtime for OpenCL(TM) Software Technology")
0 commit comments