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 2eacf8c commit e67f9d1Copy full SHA for e67f9d1
CMakeLists.txt
@@ -1,9 +1,6 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(LibreCuda CXX)
3
4
-set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
5
-set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
6
-
7
include(CheckCXXCompilerFlag)
8
CHECK_CXX_COMPILER_FLAG("-std=c++17" COMPILER_SUPPORTS_CXX17)
9
if (COMPILER_SUPPORTS_CXX17)
0 commit comments