Skip to content

Commit

Permalink
for wangha
Browse files Browse the repository at this point in the history
Signed-off-by: jaylin <[email protected]>
  • Loading branch information
JaylinYu committed Mar 27, 2024
1 parent 206dc54 commit 8ff3218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,12 @@ endif ()
add_subdirectory(src)

if (NNG_TESTS)
add_subdirectory(tests)
# add_subdirectory(tests)
endif ()

# Build the tools

add_subdirectory(docs/man)
# add_subdirectory(docs/man)

set(CPACK_PACKAGE_NAME ${PROJECT_NAME})
set(CPACK_PACKAGE_VERSION ${NNG_PACKAGE_VERSION})
Expand Down
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ add_subdirectory(mqtt)
add_subdirectory(sp)
add_subdirectory(supplemental)
if (CMAKE_BUILD_TYPE MATCHES "Release")
add_subdirectory(tools)
# add_subdirectory(tools)
endif()
add_subdirectory(testing)
# add_subdirectory(testing)

if (NNG_ENABLE_COMPAT)
add_subdirectory(compat)
Expand Down

0 comments on commit 8ff3218

Please sign in to comment.