You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CMakeLists.txt
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,19 @@ project(serial_cpp VERSION ${SERIAL_CPP_MAJOR_VERSION}.${SERIAL_CPP_MINOR_VERSIO
15
15
option(BUILD_SHARED_LIBS"Build libraries as shared as opposed to static"OFF)
16
16
option(BUILD_TESTING"Build tests"OFF)
17
17
option(serial_cpp_INSTALL"Enable generation of serial_cpp install targets"ON)
18
+
mark_as_advanced(serial_cpp_INSTALL)
19
+
option(serial_cpp_FORCE_RESPECT_BUILD_TESTING"If also BUILD_TESTING is ON, enable tests even if project was included via add_subdirectory/FetchContent"OFF)
0 commit comments