Skip to content

Commit

Permalink
Adapted cmake files for changes made in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Aug 13, 2015
1 parent 6170882 commit c733370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/CMakeLists.txt
Expand Up @@ -7,7 +7,6 @@ add_subdirectory(Main)
add_subdirectory(Mod)
if(BUILD_GUI)
add_subdirectory(Gui)
configure_file(Doc/Start_Page.html ${CMAKE_BINARY_DIR}/doc/Start_Page.html COPYONLY)
configure_file(Doc/freecad.qhc ${CMAKE_BINARY_DIR}/doc/freecad.qhc COPYONLY)
configure_file(Doc/freecad.qch ${CMAKE_BINARY_DIR}/doc/freecad.qch COPYONLY)
endif(BUILD_GUI)
Expand All @@ -21,7 +20,7 @@ add_subdirectory(Doc)
if(FREECAD_MAINTAINERS_BUILD AND WIN32)
#add_subdirectory(WindowsInstaller)
endif(FREECAD_MAINTAINERS_BUILD AND WIN32)
INSTALL(FILES Doc/Start_Page.html Doc/freecad.qhc Doc/freecad.qch
INSTALL(FILES Doc/freecad.qhc Doc/freecad.qch
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)

Expand Down

0 comments on commit c733370

Please sign in to comment.