Skip to content

Commit 1eca968

Browse files
authored
[drake_cmake_installed] Remove no-op temporary CMake option (#386)
1 parent 6be5668 commit 1eca968

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

drake_cmake_installed/CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
cmake_minimum_required(VERSION 3.9...4.0)
99
project(drake_cmake_installed)
1010

11-
# N.B. This is a temporary flag. It only really applies to Linux, as Mac
12-
# does not need X11.
13-
option(RUN_X11_TESTS "Run tests that require X11" OFF)
14-
1511
include(CTest)
1612

1713
find_package(drake CONFIG REQUIRED)

0 commit comments

Comments
 (0)