From caf367f8fbb58fa4f1bc6185269bc95f96980ec8 Mon Sep 17 00:00:00 2001 From: James Price Date: Mon, 30 Jan 2017 16:12:09 +0000 Subject: [PATCH] Remove broken common.h generation from CMake build --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6f3439e..5f31cf1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ include(CheckCXXCompilerFlag) set(gpu-stream_VERSION_MAJOR 2) set(gpu-stream_VERSION_MINOR 2) -configure_file(common.h.in common.h) include_directories(${CMAKE_BINARY_DIR}) # Use 'Release' if no build type specified