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
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ include(CPack)
15
15
option(DEBUG "use debug flag"NO)
16
16
option(ENABLE_TESTS "Enable Unittests"ON)
17
17
# Turn OFF, if you are using FetchContent to include it to your project
18
-
option(INSTALL_HEADERS "Install header files if the library is used as dependency"ON)
18
+
option(FETCH_CONTENT_INCLUSION "Include project with FetchContent_Declare in another project. In this case the headers and the cmake files are not needed, only the library"OFF)
0 commit comments