Skip to content

Commit

Permalink
Merge pull request #1688 from apacker1/gie
Browse files Browse the repository at this point in the history
Fix errors running gie-based tests in Debug mode on Windows
  • Loading branch information
rouault authored Nov 3, 2019
2 parents b56c19d + 0016d47 commit 90c1166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ProjTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ endfunction()

function(proj_add_gie_test TESTNAME TESTCASE)

set(GIE_BIN "gie")
set(GIE_BIN $<TARGET_FILE_NAME:gie>)
set(TESTFILE ${CMAKE_SOURCE_DIR}/test/${TESTCASE})
add_test(NAME ${TESTNAME}
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/test
Expand Down

0 comments on commit 90c1166

Please sign in to comment.