mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 22:39:08 +08:00
d7a313c5c3
- Use system libharu - Simplyfy enabling/disabling optional modules of VTK - Add options to build VTK python modules or all VTK modules
11 lines
400 B
Diff
11 lines
400 B
Diff
--- a/CMake/FindMySQL.cmake Mon Jun 26 15:29:04 2017
|
|
+++ b/CMake/FindMySQL.cmake Wed Aug 16 11:21:58 2017
|
|
@@ -28,6 +28,7 @@
|
|
"C:/MySQL/include"
|
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\MySQL AB\\MySQL Server 5.0;Location]/include"
|
|
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\Wow6432Node\\MySQL AB\\MySQL Server 5.0;Location]/include"
|
|
+ PATH_SUFFIXES mysql
|
|
DOC "Specify the directory containing mysql.h."
|
|
)
|
|
|