Skip to content

Commit ef0f206

Browse files
committed
add missing EXCLUDE_FROM_ALL for examples_tests
1 parent afac36d commit ef0f206

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ add_subdirectory(src/nbl)
271271
add_subdirectory("${NBL_PYTHON_MODULE_ROOT_PATH}" tests) # Python Framework
272272
if(NBL_BUILD_EXAMPLES)
273273
file(LOCK "${CMAKE_CURRENT_SOURCE_DIR}/examples_tests" DIRECTORY GUARD PROCESS RESULT_VARIABLE NBL_LOCK TIMEOUT 60)
274-
add_subdirectory(examples_tests)
274+
add_subdirectory(examples_tests EXCLUDE_FROM_ALL)
275275
file(LOCK "${CMAKE_CURRENT_SOURCE_DIR}/examples_tests" DIRECTORY RELEASE RESULT_VARIABLE NBL_LOCK)
276276
endif()
277277
add_subdirectory(tools)

examples_tests

0 commit comments

Comments
 (0)