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
......@@ -110,7 +110,7 @@ set(FGGL_CONFIG_PATH "${CMAKE_INSTALL_LIBDIR}/cmake/fggl")
install(EXPORT "${PROJECT_NAME}Targets"
FILE "${PROJECT_NAME}Targets.cmake"
NAMESPACE ${namespace}::
DESTINATION "{$FGGL_CONFIG_PATH}"
DESTINATION "${FGGL_CONFIG_PATH}"
)
# 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