Skip to content

Commit

Permalink
CMake build: fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kkulling committed Mar 10, 2017
1 parent 6e5cbfc commit 23a4d28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ INCLUDE_DIRECTORIES(
)

link_directories(
./
${CMAKE_HOME_DIRECTORY}/lib
)

set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake )
Expand Down Expand Up @@ -75,7 +75,6 @@ if (COVERALLS)
endif()

# Include the doc component.
ADD_SUBDIRECTORY( doc )
FIND_PACKAGE( doxygen )
IF ( DOXYGEN_FOUND )
CONFIGURE_FILE( doc/openddlparser_doc.in doc/doxygenfile @ONLY )
Expand Down

0 comments on commit 23a4d28

Please sign in to comment.