Skip to content

Commit

Permalink
fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Oct 2, 2024
1 parent 781d86d commit d09e764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ISIMPA_Helpers/ISIMPALibpackChecks.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ macro(ISIMPALibpackChecks)

# checking for a unique file in LibPack location to make sure the right version of the LibPack is there
find_file(ISIMPA_LIBPACK_CHECKFILE_CLBUNDLER MANIFEST.db PATHS ${ISIMPA_LIBPACK_DIR} NO_DEFAULT_PATH NO_CACHE)
find_file(ISIMPA_LIBPACK_CHECKFILE_VERSION ISIMPA_LIBPACK_VERSION PATHS ${ISIMPA_LIBPACK_DIR} NO_DEFAULT_PATH NO_CACHE)
find_file(ISIMPA_LIBPACK_CHECKFILE_VERSION FREECAD_LIBPACK_VERSION PATHS ${ISIMPA_LIBPACK_DIR} NO_DEFAULT_PATH NO_CACHE)

# don't show them in the GUI
set(ISIMPA_LIBPACK_CHECKFILE_CLBUNDLER "${ISIMPA_LIBPACK_CHECKFILE_CLBUNDLER}" CACHE INTERNAL "Find libpack")
Expand Down

0 comments on commit d09e764

Please sign in to comment.