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

[skip-ci] remote useless cmake var

parent 9d834959
No related branches found
No related tags found
2 merge requests!35After cmake and const refactor,!34Resolve "Adapt to core CMakeLists.txt refactor"
...@@ -68,10 +68,6 @@ if(BUILD_TESTS) ...@@ -68,10 +68,6 @@ if(BUILD_TESTS)
enable_testing() enable_testing()
endif() endif()
#CMAKE modules
SET(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake_modules")
MESSAGE(STATUS ${CMAKE_MODULE_PATH})
# Some wolf compilation options # Some wolf compilation options
IF((CMAKE_BUILD_TYPE MATCHES DEBUG) OR (CMAKE_BUILD_TYPE MATCHES debug) OR (CMAKE_BUILD_TYPE MATCHES Debug)) IF((CMAKE_BUILD_TYPE MATCHES DEBUG) OR (CMAKE_BUILD_TYPE MATCHES debug) OR (CMAKE_BUILD_TYPE MATCHES Debug))
set(_WOLF_DEBUG true) set(_WOLF_DEBUG true)
...@@ -84,7 +80,6 @@ FIND_PACKAGE(wolfcore REQUIRED) ...@@ -84,7 +80,6 @@ FIND_PACKAGE(wolfcore REQUIRED)
FIND_PACKAGE(gnss_utils REQUIRED) FIND_PACKAGE(gnss_utils REQUIRED)
# ============ CONFIG.H ============ # ============ CONFIG.H ============
string(TOUPPER ${PROJECT_NAME} UPPER_NAME)
set(_WOLF_ROOT_DIR ${CMAKE_SOURCE_DIR}) set(_WOLF_ROOT_DIR ${CMAKE_SOURCE_DIR})
# Define the directory where will be the configured config.h # Define the directory where will be the configured config.h
......
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