We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f3d2a commit 80fff87Copy full SHA for 80fff87
cmake/external/ParaView.cmake
@@ -37,7 +37,7 @@ else()
37
${PARAVIEW_SHA}
38
)
39
40
- if(${PARAVIEW_DOWNLOAD_OR_BUILD} EQUAL 0)
+ elseif(${PARAVIEW_DOWNLOAD_OR_BUILD} EQUAL 0)
41
if(NOT EXISTS "${CMAKE_SOURCE_DIR}/build/third_party")
42
file(MAKE_DIRECTORY "${CMAKE_SOURCE_DIR}/build/third_party")
43
endif()
0 commit comments