Skip to content

Commit

Permalink
remove testwise EXCLUDE_FROM_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Jan 2, 2018
1 parent c647e93 commit 7ccddf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/findlib/CMakeLists.txt
Expand Up @@ -32,4 +32,4 @@ set_target_properties(bareosfind PROPERTIES VERSION "${VERSION}"
SOVERSION "${SOVERSION}"
)

add_subdirectory(unittests EXCLUDE_FROM_ALL)
add_subdirectory(unittests)
2 changes: 1 addition & 1 deletion src/lib/CMakeLists.txt
Expand Up @@ -81,4 +81,4 @@ INSTALL(FILES ${INCLUDE_FILES} DESTINATION ${includedir})



add_subdirectory(unittests EXCLUDE_FROM_ALL)
add_subdirectory(unittests)

0 comments on commit 7ccddf5

Please sign in to comment.