Skip to content
Snippets Groups Projects
Commit 1a6af764 authored by Makayla Shepherd's avatar Makayla Shepherd Committed by Jesse Mapel
Browse files

Modified to look for a csm.h inside of a csm directory (#57)

parent 2e6c1570
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ set_target_properties(usgscsm PROPERTIES ...@@ -23,7 +23,7 @@ set_target_properties(usgscsm PROPERTIES
) )
find_library(CSM_LIBRARY csmapi REQUIRED) find_library(CSM_LIBRARY csmapi REQUIRED)
find_path(CSM_INCLUDE_DIR NAMES csm) find_path(CSM_INCLUDE_DIR PATH_SUFFIXES csm NAMES csm.h)
target_include_directories(usgscsm target_include_directories(usgscsm
PUBLIC PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment