Téléverser les fichiers vers "workstation-setup"
This commit is contained in:
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.21)
|
||||
|
||||
project(
|
||||
nixos-workstations-setup
|
||||
VERSION 1.6.0
|
||||
VERSION 1.8.0
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
@@ -28,6 +28,10 @@ if(NOT DEFINED PIN_HELPER_PATH)
|
||||
message(FATAL_ERROR "PIN_HELPER_PATH is required")
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED FIDO_HELPER_PATH)
|
||||
message(FATAL_ERROR "FIDO_HELPER_PATH is required")
|
||||
endif()
|
||||
|
||||
# Les chemins Nix sont générés dans un header au lieu d'être injectés avec
|
||||
# -D...=\"...\". Cela supprime toute ambiguïté d'échappement CMake/compilateur.
|
||||
configure_file(
|
||||
|
||||
Reference in New Issue
Block a user