File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- if (GDX_ENABLE_SIMD)
1+ if (GDX_ENABLE_SIMD)
22 # do no use the provided Vc cmake module
33 # it will just autodetect the host machine and enable everything that is supported
44 # this is not the behaviour we want
@@ -10,8 +10,8 @@ if (GDX_ENABLE_SIMD)
1010 HINTS ${Vc_ROOT_DIR} /include ${Vc_INCLUDEDIR}
1111 )
1212
13- find_library (Vc_LIBRARY NAMES Vc HINTS ${Vc_ROOT_DIR} / lib)
14- find_library (Vc_LIBRARY_DEBUG NAMES Vcd HINTS ${Vc_ROOT_DIR} / lib)
13+ find_library (Vc_LIBRARY NAMES Vc PATHS " ${_VCPKG_INSTALLED_DIR} / ${VCPKG_TARGET_TRIPLET} / lib" NO_DEFAULT_PATH )
14+ find_library (Vc_LIBRARY_DEBUG NAMES Vc PATHS " ${_VCPKG_INSTALLED_DIR} / ${VCPKG_TARGET_TRIPLET} /debug/ lib" NO_DEFAULT_PATH )
1515
1616 find_package_handle_standard_args(Vc
1717 FOUND_VAR Vc_FOUND
You can’t perform that action at this time.
0 commit comments