Skip to content
Snippets Groups Projects
Commit 1f4535a6 authored by Dilawar Singh's avatar Dilawar Singh
Browse files

Don't run ctest before install. Needs to find a better way to integrate test.

parent b9d2394b
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ ExternalProject_Add(
-DWITH_BOOST=${WITH_BOOST}
-DWITH_MPI=${WITH_MPI}
-DWITH_CUDA=${WITH_CUDA}
TEST_BEFORE_INSTALL 1
TEST_BEFORE_INSTALL 0
)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}}/moose-core/include)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment