Skip to content

Commit 8031b7b

Browse files
authored
Merge pull request #17 from sy-c/master
ensure minimum SWIG version
2 parents efe5c42 + 4747184 commit 8031b7b

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
@@ -37,7 +37,7 @@ add_subdirectory(doc)
3737
#find_package(Common REQUIRED)
3838
find_package(Boost REQUIRED)
3939
find_package(MySQL)
40-
find_package(SWIG)
40+
find_package(SWIG 3.0.12)
4141

4242
# flag to build only client library
4343
#set(INFOLOGGER_BUILD_LIBONLY 1)

0 commit comments

Comments
 (0)