From 77001b85da800b6f368d69717a634bd192883451 Mon Sep 17 00:00:00 2001 From: Packit Date: Sep 07 2020 11:42:39 +0000 Subject: Apply patch remove-samples.patch patch_name: remove-samples.patch present_in_specfile: true --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 43bb90c..bdac066 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ endif() opae_add_subdirectory(opae-libs) opae_add_subdirectory(platforms) opae_add_subdirectory(tools) -opae_add_subdirectory(samples) +# opae_add_subdirectory(samples) opae_add_subdirectory(python) if(OPAE_BUILD_TESTS) diff --git a/opae-libs/libopaecxx/CMakeLists.txt b/opae-libs/libopaecxx/CMakeLists.txt index 4fa0423..0d83dff 100644 --- a/opae-libs/libopaecxx/CMakeLists.txt +++ b/opae-libs/libopaecxx/CMakeLists.txt @@ -49,11 +49,11 @@ opae_add_shared_library(TARGET opae-cxx-core COMPONENT opaecxxcorelib ) -opae_add_executable(TARGET hello_cxxcore - SOURCE samples/hello_fpga-1.cpp - LIBS - opae-c - opae-cxx-core - ${libjson-c_LIBRARIES} - COMPONENT samples -) +#opae_add_executable(TARGET hello_cxxcore +# SOURCE samples/hello_fpga-1.cpp +# LIBS +# opae-c +# opae-cxx-core +# ${libjson-c_LIBRARIES} +# COMPONENT samples +#)