Skip to content

Commit

Permalink
Issue #37: using 64-bit frmgrab.lib
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed Apr 5, 2019
1 parent e544f98 commit cfb4a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/epiphansdk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SET(FrmGrab_HEADERS
$ENV{EpiphanSDK_DIR}/epiphan/frmgrab/include/frmgrab.h
)
SET(FrmGrab_LIB
$ENV{EpiphanSDK_DIR}/epiphan/frmgrab/lib/win/Win32/frmgrab.lib
$ENV{EpiphanSDK_DIR}/epiphan/frmgrab/lib/win/x64/frmgrab.lib
) # CMAKE_CURRENT_SOURCE_DIR necessary because of tests linking to this

# SLIB
Expand Down

0 comments on commit cfb4a92

Please sign in to comment.