Skip to content
Snippets Groups Projects
Commit 73f5ffe4 authored by Joseph Walton-Rivers's avatar Joseph Walton-Rivers
Browse files

Update CMakeLists.txt - typo in variable expansion.

parent ae932097
No related branches found
No related tags found
No related merge requests found
Pipeline #3452 passed
...@@ -110,7 +110,7 @@ set(FGGL_CONFIG_PATH "${CMAKE_INSTALL_LIBDIR}/cmake/fggl") ...@@ -110,7 +110,7 @@ set(FGGL_CONFIG_PATH "${CMAKE_INSTALL_LIBDIR}/cmake/fggl")
install(EXPORT "${PROJECT_NAME}Targets" install(EXPORT "${PROJECT_NAME}Targets"
FILE "${PROJECT_NAME}Targets.cmake" FILE "${PROJECT_NAME}Targets.cmake"
NAMESPACE ${namespace}:: NAMESPACE ${namespace}::
DESTINATION "{$FGGL_CONFIG_PATH}" DESTINATION "${FGGL_CONFIG_PATH}"
) )
# generate the version file for the config file # generate the version file for the config file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment