Author: brane
Date: Thu Jun 28 11:38:17 2018
New Revision: 1834597
URL: http://svn.apache.org/viewvc?rev=1834597&view=rev
Log:
* CMakeLists.txt: Fix typo to make the 64-bit build work on Windows.
Modified:
serf/trunk/CMakeLists.txt
Modified: serf/trunk/CMakeLists.txt
URL:
http://svn.apache.org/viewvc/serf/trunk/CMakeLists.txt?rev=1834597&r1=1834596&r2=1834597&view=diff
==============================================================================
--- serf/trunk/CMakeLists.txt (original)
+++ serf/trunk/CMakeLists.txt Thu Jun 28 11:38:17 2018
@@ -246,7 +246,7 @@ else()
"/D_CRT_NONSTDC_NO_WARNINGS"
)
if(SERF_WIN64)
- add_definitions("WIN64")
+ add_definitions("/DWIN64")
endif()
set(CMAKE_IMPORT_LIBRARY_PREFIX "lib")