summary refs log tree commit diff
path: root/nixos/modules/installer/tools/nixos-option/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/tools/nixos-option/CMakeLists.txt')
-rw-r--r--nixos/modules/installer/tools/nixos-option/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixos/modules/installer/tools/nixos-option/CMakeLists.txt b/nixos/modules/installer/tools/nixos-option/CMakeLists.txt
deleted file mode 100644
index e5834598c4f..00000000000
--- a/nixos/modules/installer/tools/nixos-option/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-cmake_minimum_required (VERSION 2.6)
-project (nixos-option)
-
-add_executable(nixos-option nixos-option.cc libnix-copy-paste.cc)
-target_link_libraries(nixos-option PRIVATE -lnixmain -lnixexpr -lnixstore -lnixutil)
-target_compile_features(nixos-option PRIVATE cxx_std_17)
-
-install (TARGETS nixos-option DESTINATION bin)