Skip to content

Commit e67f9d1

Browse files
committed
Fix CI
1 parent 2eacf8c commit e67f9d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

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

4-
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
5-
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
6-
74
include(CheckCXXCompilerFlag)
85
CHECK_CXX_COMPILER_FLAG("-std=c++17" COMPILER_SUPPORTS_CXX17)
96
if (COMPILER_SUPPORTS_CXX17)

0 commit comments

Comments
 (0)