Rename PVAPI_DECLARATIONS to PVAPI_DEFINITIONS

This commit is contained in:
Philippe FOUBERT
2013-07-20 15:03:30 +02:00
parent 639450efdc
commit 9c04db554f
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ if(WITH_PVAPI)
if(WIN32)
if(MINGW)
set(PVAPI_DECLARATIONS "-DPVDECL=__stdcall")
set(PVAPI_DEFINITIONS "-DPVDECL=__stdcall")
endif(MINGW)
set(PVAPI_LIBRARY "${_PVAPI_LIBRARY}/PvAPI.lib" CACHE PATH "The PvAPI library")
else(WIN32)