Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Jesus committed Aug 24, 2024
1 parent 93e720e commit 3e8d4cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
cmake_policy(SET CMP0048 NEW)
cmake_policy(SET CMP0091 NEW)

set(version 0.1.0)

Expand All @@ -9,6 +10,8 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_BINARY_DIR}")
list(APPEND CMAKE_PREFIX_PATH "${CMAKE_BINARY_DIR}")



include("Pagoda")
include("WGS84toCartesian")

Expand Down

0 comments on commit 3e8d4cf

Please sign in to comment.