Skip to content

Commit

Permalink
Updated where the proj_config.h can be found
Browse files Browse the repository at this point in the history
  • Loading branch information
acpaquette committed Jan 18, 2024
1 parent fbe1770 commit 5f0422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ else()
endif()

message("${CMAKE_CURRENT_SOURCE_DIR}")
configure_file(${PROJ_SOURCE_DIR}/cmake/proj_config.cmake.in ${PROJ_SOURCE_DIR}/src/proj_config.h)
configure_file(${PROJ_SOURCE_DIR}/cmake/proj_config.cmake.in ${CMAKE_CURRENT_BINARY_DIR}/PROJ/src/proj_config.h)
include(ProjMac)
include(policies)

Expand Down Expand Up @@ -425,7 +425,7 @@ else()
${PROJ_SOURCE_DIR}/src/networkfilemanager.cpp
${PROJ_SOURCE_DIR}/src/sqlite3_utils.hpp
${PROJ_SOURCE_DIR}/src/sqlite3_utils.cpp
${PROJ_SOURCE_DIR}/src/proj_config.h
${CMAKE_CURRENT_BINARY_DIR}/PROJ/src/proj_config.h
)

set(HEADERS_LIBPROJ
Expand Down

0 comments on commit 5f0422b

Please sign in to comment.