Skip to content

Commit c15fed4

Browse files
committed
remove unused cmake option
1 parent 3910c1a commit c15fed4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ option(RAYX_ENABLE_OPENMP "This option enables the search for OPENMP. Project wi
2323
option(RAYX_REQUIRE_OPENMP "If option 'RAYX_ENABLE_OPENMP' is ON, this option will add the requirement that openmp must be found." OFF)
2424
option(RAYX_ENABLE_H5 "This option enables the search for HDF5. Project will be compiled without HDF5 if not found." ON)
2525
option(RAYX_REQUIRE_H5 "If option 'RAYX_ENABLE_H5' is ON, this option will add the requirement that HDF5 must be found." OFF)
26-
option(RAYX_BUILD_TESTS "This option builds the RAYX test suite." ON)
2726
option(RAYX_BUILD_RAYX_CLI "This option builds the RAYX command line interface." ON)
2827
option(RAYX_BUILD_RAYX_UI "This option builds the RAYX graphical user interface." ON)
2928
option(RAYX_BUILD_RAYX_TESTS "This option builds the RAYX test suite." ON)

0 commit comments

Comments
 (0)