mirror of https://github.com/CGAL/cgal
replace spurious *_LIBRARY_DIR occurences by *_LIBRARIES_DIR
This commit is contained in:
parent
bb5f4dc8e1
commit
04f07ef7bf
|
|
@ -165,7 +165,7 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
|
||||||
"${CGAL_INSTALLATION_PACKAGE_DIR}/config/support/print_${LIB}_version.cpp"
|
"${CGAL_INSTALLATION_PACKAGE_DIR}/config/support/print_${LIB}_version.cpp"
|
||||||
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES:STRING=${${PKG}_INCLUDE_DIR};${${PKG}_DEPENDENCY_INCLUDE_DIR}"
|
CMAKE_FLAGS "-DINCLUDE_DIRECTORIES:STRING=${${PKG}_INCLUDE_DIR};${${PKG}_DEPENDENCY_INCLUDE_DIR}"
|
||||||
"-DLINK_LIBRARIES:STRING=${${PKG}_LIBRARIES};${${PKG}_DEPENDENCY_LIBRARIES}"
|
"-DLINK_LIBRARIES:STRING=${${PKG}_LIBRARIES};${${PKG}_DEPENDENCY_LIBRARIES}"
|
||||||
"-DLINK_DIRECTORIES:STRING=${${PKG}_LIBRARY_DIR};${${PKG}_DEPENDENCY_LIBRARY_DIR}"
|
"-DLINK_DIRECTORIES:STRING=${${PKG}_LIBRARIES_DIR};${${PKG}_DEPENDENCY_LIBRARIES_DIR}"
|
||||||
OUTPUT_VARIABLE ${LIB}_OUTPUT
|
OUTPUT_VARIABLE ${LIB}_OUTPUT
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
@ -183,7 +183,7 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
|
||||||
message( STATUS "WARNING: ${LIB} found but print_${LIB}_version.cpp exited with error condition: ${${LIB}_RUN_RES}" )
|
message( STATUS "WARNING: ${LIB} found but print_${LIB}_version.cpp exited with error condition: ${${LIB}_RUN_RES}" )
|
||||||
message( STATUS "${PKG}_INCLUDE_DIR=${${PKG}_INCLUDE_DIR}" )
|
message( STATUS "${PKG}_INCLUDE_DIR=${${PKG}_INCLUDE_DIR}" )
|
||||||
message( STATUS "${PKG}_LIBRARIES=${${PKG}_LIBRARIES}" )
|
message( STATUS "${PKG}_LIBRARIES=${${PKG}_LIBRARIES}" )
|
||||||
message( STATUS "${PKG}_LIBRARY_DIR=${${PKG}_LIBRARY_DIR}" )
|
message( STATUS "${PKG}_LIBRARIES_DIR=${${PKG}_LIBRARIES_DIR}" )
|
||||||
message( STATUS "${${LIB}_OUTPUT}" )
|
message( STATUS "${${LIB}_OUTPUT}" )
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
@ -193,7 +193,7 @@ if( NOT CGAL_MACROS_FILE_INCLUDED )
|
||||||
message( STATUS "WARNING: ${LIB} found but could not compile print_${LIB}_version.cpp:")
|
message( STATUS "WARNING: ${LIB} found but could not compile print_${LIB}_version.cpp:")
|
||||||
message( STATUS "${PKG}_INCLUDE_DIR=${${PKG}_INCLUDE_DIR}" )
|
message( STATUS "${PKG}_INCLUDE_DIR=${${PKG}_INCLUDE_DIR}" )
|
||||||
message( STATUS "${PKG}_LIBRARIES=${${PKG}_LIBRARIES}" )
|
message( STATUS "${PKG}_LIBRARIES=${${PKG}_LIBRARIES}" )
|
||||||
message( STATUS "${PKG}_LIBRARY_DIR=${${PKG}_LIBRARY_DIR}" )
|
message( STATUS "${PKG}_LIBRARIES_DIR=${${PKG}_LIBRARIES_DIR}" )
|
||||||
message( STATUS "${${LIB}_OUTPUT}" )
|
message( STATUS "${${LIB}_OUTPUT}" )
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue