Skip to content

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Mar 27, 2019
1 parent 6395187 commit b7aa7ed
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,16 +123,11 @@ target_include_directories(fmi4cpp
PUBLIC
$<INSTALL_INTERFACE:include>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>
${Boost_INCLUDE_DIRS}
PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}
)

if (FMI4CPP_WITH_ODEINT)
target_include_directories(fmi4cpp PUBLIC ${Boost_INCLUDE_DIRS})
else ()
target_include_directories(fmi4cpp PRIVATE ${Boost_INCLUDE_DIRS})
endif ()

target_link_libraries(fmi4cpp PRIVATE libzip::libzip)

if (FMI4CPP_WITH_CURL)
Expand Down

0 comments on commit b7aa7ed

Please sign in to comment.