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 3584755 commit f578b70Copy full SHA for f578b70
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(LibreCuda CXX)
3
4
-option(BUILD_LIBRECUDA_DRVIER_API_STATIC_LIB "Build the LibreCUDA driverapi as a static library" ON)
+option(BUILD_LIBRECUDA_DRIVER_API_STATIC_LIB "Build the LibreCUDA driverapi as a static library" ON)
5
include(CheckCXXCompilerFlag)
6
CHECK_CXX_COMPILER_FLAG("-std=c++17" COMPILER_SUPPORTS_CXX17)
7
if (COMPILER_SUPPORTS_CXX17)
@@ -23,4 +23,4 @@ endif ()
23
24
add_subdirectory(driverapi)
25
26
-add_subdirectory(tests)
+add_subdirectory(tests)
0 commit comments