sellers: get rid of uuid
This commit is contained in:
parent
46d6468e5c
commit
69982fc931
16 changed files with 76 additions and 88 deletions
|
@ -30,11 +30,11 @@ endif()
|
|||
add_subdirectory(3rdparty)
|
||||
add_subdirectory(src)
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
include(CTest)
|
||||
enable_testing()
|
||||
add_subdirectory(test)
|
||||
endif()
|
||||
#if(NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
# include(CTest)
|
||||
# enable_testing()
|
||||
# add_subdirectory(test)
|
||||
#endif()
|
||||
|
||||
|
||||
# CPack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue