Skip to content

Commit

Permalink
Merge pull request #17 from sy-c/master
Browse files Browse the repository at this point in the history
ensure minimum SWIG version
  • Loading branch information
sy-c authored Mar 5, 2019
2 parents efe5c42 + 4747184 commit 8031b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ add_subdirectory(doc)
#find_package(Common REQUIRED)
find_package(Boost REQUIRED)
find_package(MySQL)
find_package(SWIG)
find_package(SWIG 3.0.12)

# flag to build only client library
#set(INFOLOGGER_BUILD_LIBONLY 1)
Expand Down

0 comments on commit 8031b7b

Please sign in to comment.