Blob Blame History Raw
--- opae-1.4.1-1.orig/CMakeLists.txt	2020-07-14 14:03:21.824668065 -0400
+++ opae-1.4.1-1/CMakeLists.txt	2020-07-15 16:27:11.589483695 -0400
@@ -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 -rup opae-1.4.1-1.orig/opae-libs/libopaecxx/CMakeLists.txt opae-1.4.1-1/opae-libs/libopaecxx/CMakeLists.txt
--- opae-1.4.1-1.orig/opae-libs/libopaecxx/CMakeLists.txt	2020-07-14 14:03:21.737666486 -0400
+++ opae-1.4.1-1/opae-libs/libopaecxx/CMakeLists.txt	2020-07-15 16:35:22.468312313 -0400
@@ -49,11 +49,11 @@ opae_add_shared_library(TARGET opae-cxx-
     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
+#)
Only in opae-1.4.1-1/opae-libs/libopaecxx: CMakeLists.txt~