We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bd833 commit b337a9cCopy full SHA for b337a9c
CMakeLists.txt
@@ -52,7 +52,7 @@ if(OPTIONAL26_ENABLE_TESTING)
52
BASE_DIRS src
53
)
54
55
- add_subdirectory(src/beman/optional26/tests)
+ add_subdirectory(src/beman/optional26/tests)
56
endif()
57
58
add_subdirectory(include/beman/optional26)
include/beman/optional26/CMakeLists.txt
@@ -15,8 +15,8 @@ target_sources(
15
16
17
install(
18
- TARGETS beman_optional26
19
- FILE_SET beman_optional26_headers
20
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
21
- COMPONENT beman_optional26_development
+ TARGETS beman_optional26
+ FILE_SET beman_optional26_headers
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
+ COMPONENT beman_optional26_development
22
0 commit comments