Skip to content

Commit

Permalink
fix the standalone build outside of any application
Browse files Browse the repository at this point in the history
  • Loading branch information
Ufuk Turuncoglu committed Jan 20, 2021
1 parent c138337 commit 5da53f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,3 @@ foreach(DEPS streams dshr cdeps_share FoX_dom FoX_wxml FoX_sax FoX_common FoX_ut
install(EXPORT ${DEPS}
DESTINATION lib/cmake)
endforeach(COMP)

if(BLD_STANDALONE)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mod DESTINATION ${CMAKE_INSTALL_PREFIX}/CDEPS)
endif()

0 comments on commit 5da53f4

Please sign in to comment.