Skip to content

Commit f578b70

Browse files
authored
Update CMakeLists.txt
1 parent 3584755 commit f578b70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.5)
22
project(LibreCuda CXX)
33

4-
option(BUILD_LIBRECUDA_DRVIER_API_STATIC_LIB "Build the LibreCUDA driverapi as a static library" ON)
4+
option(BUILD_LIBRECUDA_DRIVER_API_STATIC_LIB "Build the LibreCUDA driverapi as a static library" ON)
55
include(CheckCXXCompilerFlag)
66
CHECK_CXX_COMPILER_FLAG("-std=c++17" COMPILER_SUPPORTS_CXX17)
77
if (COMPILER_SUPPORTS_CXX17)
@@ -23,4 +23,4 @@ endif ()
2323

2424
add_subdirectory(driverapi)
2525

26-
add_subdirectory(tests)
26+
add_subdirectory(tests)

0 commit comments

Comments
 (0)