Skip to content
Snippets Groups Projects
Commit 35745357 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by Wuttke, Joachim
Browse files

LibHeinz include_dir -> singular

parent 23dfbcc1
No related branches found
No related tags found
1 merge request!487Take Complex.h and Vectors3D.h from LibHeinz
......@@ -5,7 +5,7 @@ if(WIN32)
endif()
find_package(LibHeinz REQUIRED)
message(STATUS "LibHeinz: found=${LibHeinz_FOUND}, include_dirs=${LibHeinz_INCLUDE_DIRS}, "
message(STATUS "LibHeinz: found=${LibHeinz_FOUND}, include_dirs=${LibHeinz_INCLUDE_DIR}, "
"version=${LibHeinz_VERSION}")
find_package(Threads REQUIRED)
......
......@@ -36,7 +36,7 @@ function(SwigLib name lib tmpdir)
# Dispensable warnings are disabled in Wrap/Swig/warnings.i.
# Joachim, oct20.
set(SWIG_FLAGS "-c++;-python;-Werror;-o;${AUTO_DIR}/lib${lib}_wrap.cpp;-outdir;${tmpdir}"
";-I${LibHeinz_INCLUDE_DIRS}"
";-I${LibHeinz_INCLUDE_DIR}"
";-I${CMAKE_SOURCE_DIR};-I${CMAKE_BINARY_DIR}/inc")
add_custom_command(
......
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