This repository was archived by the owner on May 18, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,7 @@ MESSAGE(STATUS ${LAPACK_LIBRARIES})
510510IF (REDUCE_DAE)
511511 ADD_DEFINITIONS ("-DUSE_REDUCE_DAE" )
512512 SET (OMCCAPI_INLCUDE_HOME omcCAPI/include /)
513- SET (OMCCAPI_LIBRARY_RELEASE_HOME Build_CAPI/lib/ )
513+ SET (OMCCAPI_LIBRARY_RELEASE_HOME Build_CAPI/)
514514 FIND_LIBRARY (OMCCAPI_LIB "OMCDLL" NO_DEFAULT_PATH NO_SYSTEM_ENVIRONMENT_PATH PATHS ${OMCCAPI_LIBRARY_RELEASE_HOME} )
515515 IF (NOT OMCCAPI_LIB)
516516 MESSAGE (FATAL_ERROR "Could not find omc c- api library!" )
Original file line number Diff line number Diff line change @@ -235,8 +235,8 @@ omcCAPIinstall:
235235 (cd ./Build_CAPI; echo "change to Build_CAPI"; \
236236 cmake -G "MSYS Makefiles" -DPLATFORM=$(PLATFORM) -DCMAKE_VERBOSE_MAKEFILE:Bool=ON -DOMC_PATH="$(OMBUILDDIR)" -DCMAKE_INSTALL_PREFIX:PATH="./lib" MAKE_CXX_COMPILER=g++ ../omcCAPI/; \
237237 $(MAKE) install;)
238- (cp -puf Build_CAPI/lib/* $(OMBUILDDIR)/lib/omc /)
239- (cp -puf Build_CAPI/lib/ *.dll $(OMBUILDDIR)/bin /)
238+ (cp -puf Build_CAPI/*.dll* $(OMBUILDDIR)/bin /)
239+ (cp -puf Build_CAPI/*.dll* $(OMBUILDDIR)/lib/omc /)
240240
241241install: runtimeCpp
242242 $(foreach PLATFORM, $(PLATFORMS), \
You can’t perform that action at this time.
0 commit comments