Skip to content
Snippets Groups Projects
Commit 22da8ffb authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

[skip-ci] Specify MODULE or CONFIG in find_package

parent 012e5daf
No related branches found
No related tags found
2 merge requests!23after cmake refactor,!22Resolve "Adapt to wolf core CMakeLists.txt refactor"
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
...@@ -120,7 +120,7 @@ SET(RTKLIB_SRC ...@@ -120,7 +120,7 @@ SET(RTKLIB_SRC
${RTKLIB_SRC_DIR}/rcv/ublox.c) ${RTKLIB_SRC_DIR}/rcv/ublox.c)
FIND_PACKAGE(Eigen3 3.3 REQUIRED) FIND_PACKAGE(Eigen3 3.3 REQUIRED CONFIG)
# Adding include directories # Adding include directories
INCLUDE_DIRECTORIES(BEFORE include ${RTKLIB_SRC_DIR}) INCLUDE_DIRECTORIES(BEFORE include ${RTKLIB_SRC_DIR})
...@@ -180,7 +180,7 @@ INSTALL(FILES "${GNSS_UTILS_CONFIG_DIR}/config.h" ...@@ -180,7 +180,7 @@ INSTALL(FILES "${GNSS_UTILS_CONFIG_DIR}/config.h"
############### ###############
# Documentation # Documentation
############### ###############
FIND_PACKAGE(Doxygen) FIND_PACKAGE(Doxygen MODULE)
FIND_PATH(IRI_DOC_DIR doxygen.conf ${CMAKE_SOURCE_DIR}/doc/iri_doc/) FIND_PATH(IRI_DOC_DIR doxygen.conf ${CMAKE_SOURCE_DIR}/doc/iri_doc/)
IF (IRI_DOC_DIR) IF (IRI_DOC_DIR)
......
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