Add prefix to cmake options

Add missing RESINSIGHT_ prefix to cmake options
GHA: Fix warnings
This commit is contained in:
Magne Sjaastad
2023-05-19 15:03:04 +02:00
committed by GitHub
parent 95e3435384
commit f4dd1d363d
6 changed files with 18 additions and 18 deletions

View File

@@ -74,7 +74,7 @@ endif()
# ##############################################################################
# Eigen
# ##############################################################################
if(VCPKG_AUTO_INSTALL)
if(RESINSIGHT_VCPKG_AUTO_INSTALL)
vcpkg_install(eigen3)
endif()