Skip to content

Commit fd15e84

Browse files
author
Mathieu Taillefumier
committed
Include lib_wrapper in the build
1 parent 41c6655 commit fd15e84

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

cmake/tmLQCDConfig.cmake.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ if (NOT TARGET tmlqcd::tmlqcd)
44

55
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" ${CMAKE_MODULE_PATH})
66

7-
# store CXX compiler id. Used in MKL package.
8-
set(TM_C_COMPILER_ID @CMAKE_C_COMPILER_ID@)
9-
if(NOT ${CMAKE_C_COMPILER_ID})
10-
set(CMAKE_C_COMPILER_ID ${TM_C_COMPILER_ID})
11-
endif()
12-
137
# pass REQUIRED or QUIET depending on top Config call
148
if(tmlQCD_c_FIND_REQUIRED)
159
set(mode REQUIRED)

src/lib/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ list(
371371
${SOLVER_SRC_C}
372372
${TEST_SRC_C}
373373
${MEAS_SRC_C}
374-
${PROJECT_BINARY_DIR}/git_hash.c)
374+
${PROJECT_BINARY_DIR}/git_hash.c
375+
wrapper/lib_wrapper.c)
375376

376377
include_directories(
377378
$<BUILD_INTERFACE:${CMAKE_BINARY_DIR}>

0 commit comments

Comments
 (0)