Skip to content

Commit 6c2a774

Browse files
committed
EXCLUDE_FROM_ALL for tests
1 parent 7b7506b commit 6c2a774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/src/" # source directory
1515
PATTERN "*.h" # select header files
1616
)
1717

18-
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests)
18+
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests EXCLUDE_FROM_ALL)

0 commit comments

Comments
 (0)