Skip to content

Commit

Permalink
COMP: Remove quickfix for double-conversion.lib
Browse files Browse the repository at this point in the history
Check if it still compiles with VcpkgEnabled=true
  • Loading branch information
N-Dekker authored Aug 14, 2019
1 parent 20fec9e commit 692aafc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ cmake_minimum_required( VERSION 2.8 )

project( elastix )

# TODO Niels Dekker, August 2019: Quick and dirty fix to support building ITK from vcpkg, on azure (CI).
link_directories(
C:/vcpkg/installed/x64-windows # For lib/double-conversion.lib
)

set(CMAKE_CXX_STANDARD 11)

#---------------------------------------------------------------------
Expand Down

0 comments on commit 692aafc

Please sign in to comment.