1
0
Fork 0

only declare project name

This commit is contained in:
Kevin Matz 2022-11-28 14:55:45 -05:00
parent 212e1ce0af
commit 9e7b45d38c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
project(${PROJECT_NAME}_ietf VERSION 0.3.1 LANGUAGES CXX)
project(${PROJECT_NAME}_ietf)
# RFC 4122 UUID
add_subdirectory(uuid)