Skip to content
Snippets Groups Projects
Commit 059caa3a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[i603] CMake: require heinz 2.0.0, ff 0.3.0 (#603) (Closes #603)

Merging branch 'i603'  into 'main'.

See merge request !1691
parents 11229b70 25188987
No related branches found
No related tags found
Loading
Pipeline #102488 failed
......@@ -4,10 +4,10 @@ if(WIN32)
set(CMAKE_FIND_LIBRARY_SUFFIXES .dll.a .lib)
endif()
find_package(LibHeinz 0.2.0 REQUIRED CONFIG)
find_package(LibHeinz 2.0.0 REQUIRED CONFIG)
message(STATUS "LibHeinz: version=${LibHeinz_VERSION}, incl=${LibHeinz_INCLUDE_DIR}")
find_package(formfactor 0.1 REQUIRED CONFIG)
find_package(formfactor 0.3.0 REQUIRED CONFIG)
# absolute path is needed for deployment in Python wheel
get_target_property(formfactor_LIBRARIES formfactor IMPORTED_LOCATION_RELEASE)
if(NOT formfactor_LIBRARIES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment