Skip to content

Commit e4be47f

Browse files
authored
Severe ERROR when installing fixed_lib (#21)
1 parent 41e9d41 commit e4be47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fixed_lib/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ install(TARGETS fixed_math
2323
)
2424

2525
install(FILES ${fixed_math_include_files}
26-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixed_math
26+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixedmath
2727
)
2828
install(FILES ${fixed_math_include_files_detail}
29-
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixed_math/detail
29+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/fixedmath/detail
3030
)
3131

3232
set(ConfigPackageLocation ${CMAKE_INSTALL_LIBDIR}/cmake/fixed_math)

0 commit comments

Comments
 (0)