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 41e9d41 commit e4be47fCopy full SHA for e4be47f
fixed_lib/CMakeLists.txt
@@ -23,10 +23,10 @@ install(TARGETS fixed_math
23
)
24
25
install(FILES ${fixed_math_include_files}
26
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixed_math
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixedmath
27
28
install(FILES ${fixed_math_include_files_detail}
29
- DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixed_math/detail
+ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixedmath/detail
30
31
32
set(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/fixed_math)
0 commit comments