Skip to content

Commit 80fff87

Browse files
committed
a small bug fix
1 parent d0f3d2a commit 80fff87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/external/ParaView.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else()
3737
${PARAVIEW_SHA}
3838
)
3939

40-
if(${PARAVIEW_DOWNLOAD_OR_BUILD} EQUAL 0)
40+
elseif(${PARAVIEW_DOWNLOAD_OR_BUILD} EQUAL 0)
4141
if(NOT EXISTS "${CMAKE_SOURCE_DIR}/build/third_party")
4242
file(MAKE_DIRECTORY "${CMAKE_SOURCE_DIR}/build/third_party")
4343
endif()

0 commit comments

Comments
 (0)