Skip to content

Commit

Permalink
import cmake macros
Browse files Browse the repository at this point in the history
  • Loading branch information
strasdat committed Aug 19, 2023
1 parent 6c69719 commit 5c139e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ cmake_minimum_required(VERSION 3.16)
# https://semver.org/
project(farm_ng_core VERSION 0.2.0)


farm_ng_module(farm_ng_core)

set(farm_ng_cmake_DIR ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cmake)
include(${farm_ng_cmake_DIR}/farm_ng_cmakeConfig.cmake)
farm_ng_module(farm_ng_core)

farm_ng_enable_testing()

Expand Down
2 changes: 0 additions & 2 deletions cpp/sophus2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ list(APPEND CMAKE_MODULE_PATH
${CMAKE_CURRENT_LIST_DIR})




set(farm_ng_cmake_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/cmake)
include(${farm_ng_cmake_DIR}/farm_ng_cmakeConfig.cmake)
farm_ng_module()
Expand Down

0 comments on commit 5c139e3

Please sign in to comment.