Commit graph

23 commits

Author SHA1 Message Date
RElesgoe
8ea40616d1
Revert FindMySQL.cmake to old version 2020-06-05 00:02:26 -07:00
RElesgoe
f06269330f
Update FindMySQL.cmake 2020-01-07 16:26:50 -08:00
RElesgoe
32d67055d3
Update FindMySQL.cmake 2020-01-07 01:38:16 -08:00
RElesgoe
98621a361a
Use environment variable ProgramW6432 when searching for MySQL files/paths
This will force a 32-bit CMake binary on a 64-bit host to look in the C:/Program Files/ directory instead of the C:/Program Files (x86)/ directory.
2020-01-06 23:30:08 -08:00
RElesgoe
5092fe07ae
Use FindMySQL.cmake from github.com/facebook/hhvm 2020-01-06 21:01:20 -08:00
relesgoe
1b6278f053 Removed local FindLua.cmake, CMake will now use its built-in FindLua.cmake 2019-12-15 17:54:43 -08:00
RElesgoe
a633c1e8f0 Revert "Re-add FindZLIB.cmake"
This reverts commit 5225b5ae9d.
2018-08-01 10:49:32 -07:00
RElesgoe
5225b5ae9d Re-add FindZLIB.cmake 2018-08-01 10:32:03 -07:00
RElesgoe
ae25d2d731 Improve CMake files 2018-07-27 06:53:26 -07:00
cen1
8da1718e0b zlib names typo 2017-03-30 20:28:13 +03:00
Aleksei Danilov
fa61eba0d0 Fix pvpgn/pvpgn-server#265 2017-01-05 04:55:26 +03:00
xboi209
42e3a6680b Use standard typedefs from <cstdint> 2016-08-11 22:47:12 -07:00
HarpyWar
200ec3b48d fix error with cmake 3.3 when parsing string with brackets
"$ENV{PROGRAMFILES(x86)}/MySQL/*/include"
2015-09-23 22:11:05 +03:00
xboi209
ae45207b29 - Minimum CMake version: 3.1.0
- Minimum G++ version: 4.8
- Minimum Visual Studio version: VS2012
- Added '-std=c++11' flag to G++
- Removed unused defines
- Removed checks for standard library headers
- Added CMake detections of '_vsnprintf' and '_snprintf' for Visual Studio 2015
- Removed bnpcap
- Force Travis CI to use CMake 3.1.3 and G++5
2015-08-24 02:30:17 -07:00
cen
1a28831d98 On windows, mysql lib name is apparently libmysql, at least it was in my installation 2015-03-02 19:18:27 +01:00
HarpyWar
91204db81a Update FindMySQL.cmake https://github.com/HarpyWar/pvpgn/issues/116
(fix for the commit  8b17eefadf)
2014-11-02 22:31:52 +03:00
HarpyWar
8b17eefadf Update FindMySQL.cmake with the actual directory paths (source https://gist.github.com/RenatoUtsch/1623340) 2014-11-01 13:11:54 +03:00
cen
a245200eaa Moved main binary out of sbin, changed default config path 2014-08-28 10:06:59 +02:00
cen
12b9374295 Changed windows install path which is now all in a single folder. Added make uninstall target: removes all files that were installed but leaves runtime generated files (db) and directories. Added make purge: removes everything, not leaving a trace on the disk. 2014-08-12 16:36:11 +02:00
cen
833a6e0273 Changed install paths from /usr/local/var to /usr/local/var/pvpgn and /usr/local/etc to /usr/local/etc/pvpgn 2014-08-09 13:51:22 +02:00
HarpyWar
9895a04030 set different config path for Windows and Linux 2014-05-27 14:46:02 +04:00
HarpyWar
1be1f823ef Add Lua to cmake.
Fix compile errors on Linux
2014-05-23 22:19:43 +04:00
HarpyWar
34262706ea reorganize files, only pvpgn source here now 2014-02-03 11:02:09 +04:00