Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fc5e4569 authored by Mathieu Faverge's avatar Mathieu Faverge
Browse files

Merge branch 'cmake/naming' into 'master'

Target naming convention

See merge request solverstack/hqr!17
parents 4b716bac 5d80fb99
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,6 @@ endif() ...@@ -69,7 +69,6 @@ endif()
# Target export # Target export
install(EXPORT hqrTargets install(EXPORT hqrTargets
FILE HQRTargets.cmake
NAMESPACE HQR:: NAMESPACE HQR::
DESTINATION lib/cmake/hqr) DESTINATION lib/cmake/hqr)
......
...@@ -9,4 +9,4 @@ set_and_check(HQR_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@") ...@@ -9,4 +9,4 @@ set_and_check(HQR_LIB_DIR "@PACKAGE_LIB_INSTALL_DIR@")
check_required_components(HQR) check_required_components(HQR)
# Add the targets file # Add the targets file
include("${CMAKE_CURRENT_LIST_DIR}/HQRTargets.cmake") include("${CMAKE_CURRENT_LIST_DIR}/hqrTargets.cmake")
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