Skip to content

Commit

Permalink
exclude CTEST_TEST_LOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
klirichek committed Jan 21, 2025
1 parent aa6edfb commit da470a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ctest/gltest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if (CTEST_RESOURCE)
if (NOT PR EQUAL 0)
set ( CTEST_RESOURCE_SPEC_FILE ${CTEST_RESOURCE} )
set ( ctest_test_args ${ctest_test_args} PARALLEL_LEVEL ${PR} )
set ( CTEST_TEST_LOAD ${N} )
# set ( CTEST_TEST_LOAD ${N} )
endif ()
endif()
endif ()
Expand Down

0 comments on commit da470a3

Please sign in to comment.