Skip to content

Commit

Permalink
CMake: remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
neomilium committed Mar 13, 2016
1 parent fd3cfd9 commit abab290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Expand Up @@ -231,8 +231,6 @@ set( heekscad_SRCS
wxImageLoader.cpp
)

# remove lsketchsolve below
# -L../bin -ltinyxml -lheeksintf
set( HeeksCAD_LIBS
-L../bin -lheekstinyxml -lheeksintf
)
Expand All @@ -241,6 +239,8 @@ target_link_libraries( heekscad
${wxWidgets_LIBRARIES} ${OpenCASCADE_LIBRARIES}
${OPENGL_LIBRARIES} ${PYTHON_LIBRARIES} ${OSX_LIBS}
${HeeksCAD_LIBS} ${libarea_LIBRARIES} )


message(STATUS "wxWidgets_LIBRARIES: ${wxWidgets_LIBRARIES}")
message(STATUS "wxWidgets_ROOT_DIR: ${wxWidgets_ROOT_DIR}")
message(STATUS "wxWidgets_INCLUDE_DIRS: ${wxWidgets_INCLUDE_DIRS}")
Expand Down

0 comments on commit abab290

Please sign in to comment.