Skip to content

Commit

Permalink
remove grid and extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen authored Oct 22, 2018
1 parent 9af603b commit 2053f23
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions condabuildinfo.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
set(EXT_INCLUDE_DIRS "${CMAKE_INSTALL_PREFIX}/include/xmscore"
"${CMAKE_INSTALL_PREFIX}/include/xmsinterp"
"${CMAKE_INSTALL_PREFIX}/include/xmsgrid"
"${CMAKE_INSTALL_PREFIX}/include/xmsextractor")
"${CMAKE_INSTALL_PREFIX}/include/xmsinterp")
set(EXT_LIB_DIRS "${CMAKE_INSTALL_PREFIX}/lib")
set(EXT_LIBS xmscore xmsinterp xmsgrid xmsextractor)
set(EXT_LIBS xmscore xmsinterp)

set(Boost_USE_STATIC_LIBS TRUE)
find_package(Boost REQUIRED log_setup log system filesystem serialization timer)
Expand Down

0 comments on commit 2053f23

Please sign in to comment.