Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 28e023a

Browse files
leodidopoiana
authored andcommitted
chore: remove references from comments in the main CMakeLists.txt file
Signed-off-by: Leonardo Di Donato <[email protected]>
1 parent dcf8d6a commit 28e023a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
#
1616

1717
# Prior to doing anything, we make sure that we aren't trying to
18-
# run cmake in-tree. (see Issue 71: https://github.com/draios/sysdig/issues/71)
18+
# run cmake in-tree.
1919
if(EXISTS ${CMAKE_CURRENT_BINARY_DIR}/CMakeLists.txt)
2020
message(FATAL_ERROR
21-
"Looks like you are trying to run cmake from the base sysdig source directory.\n"
22-
"** RUNNING CMAKE FROM THE BASE SYSDIG DIRECTORY WILL NOT WORK **\n"
21+
"Looks like you are trying to run CMake from the base source directory.\n"
22+
"** RUNNING CMAKE FROM THE BASE DIRECTORY WILL NOT WORK **\n"
2323
"To Fix:\n"
2424
" 1. Remove the CMakeCache.txt file in this directory. ex: rm CMakeCache.txt\n"
2525
" 2. Create a build directory from here. ex: mkdir build\n"
@@ -35,7 +35,7 @@ cmake_minimum_required(VERSION 2.8.2)
3535

3636
project(sysdig)
3737

38-
option(MINIMAL_BUILD "Produce a minimal sysdig binary with only the essential features (no eBPF probe driver, no kubernetes, no mesos, no marathon and no container metadata)" OFF)
38+
option(MINIMAL_BUILD "Produce a minimal build with only the essential features (no eBPF probe driver, no kubernetes, no mesos, no marathon and no container metadata)" OFF)
3939
option(MUSL_OPTIMIZED_BUILD "Enable if you want a musl optimized build" OFF)
4040

4141
# Add path for custom CMake modules.

0 commit comments

Comments
 (0)