Skip to content

Commit 16f73b7

Browse files
committed
Fix Windows build
1 parent 0b68e71 commit 16f73b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/classes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ SET(test_uri_sources
280280
IF(WIN32)
281281
SET(test_uri_sources
282282
${test_uri_sources}
283-
"${CMAKE_SOURCE_DIR}/driver/mysql_uri.h"
283+
"${CMAKE_SOURCE_DIR}/jdbc/driver/mysql_uri.h"
284284
uri.h)
285285
ENDIF(WIN32)
286286

0 commit comments

Comments
 (0)