Skip to content

Commit 2472df1

Browse files
bbockelmdjw8605
andauthored
Update CMakeLists.txt
Co-Authored-By: djw8605 <djw8605@gmail.com>
1 parent 8bde24f commit 2472df1

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
@@ -6,7 +6,7 @@ set( CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )
66

77
find_package( jwt-cpp REQUIRED )
88
find_package( CURL REQUIRED )
9-
find_package(UUID REQUIRED)
9+
find_package( UUID REQUIRED )
1010

1111
if( CMAKE_COMPILER_IS_GNUCXX )
1212
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror" )

0 commit comments

Comments
 (0)