Skip to content

Commit f8f57de

Browse files
committed
Update readme figure.
1 parent 75ec261 commit f8f57de

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ err.xml
4040
/CMake_fedora/*
4141
/cmake-build-debug/*
4242
/cmake-build-release/*
43-
43+
/CHM.wiki/*
4444
node_modules/

CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -428,9 +428,5 @@ if (test)
428428
enable_testing()
429429
endif()
430430

431-
if(PV_FILTER)
432-
add_subdirectory(pv_filter)
433-
endif()
434-
435431

436432
message(STATUS "${CMAKE_CXX_FLAGS}")

CMakeLists_external.txt.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if(BUILD_VIENNACL)
157157
URL https://downloads.sourceforge.net/project/viennacl/1.7.x/ViennaCL-1.7.1.tar.gz
158158
UPDATE_COMMAND ""
159159
CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/lib/ViennaCL -DENABLE_CUDA=OFF -DENABLE_OPENMP=ON -DBUILD_EXAMPLES=OFF
160-
BUILD_COMMAND make -j10
160+
BUILD_COMMAND make -j10
161161
INSTALL_COMMAND make install
162162
BUILD_IN_SOURCE 1
163163
)

wiki/output_small.gif

1.31 MB
Loading

0 commit comments

Comments
 (0)