Skip to content

Commit

Permalink
Minor fixes in cmake files
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Aug 1, 2013
1 parent 99390eb commit 0aae6ea
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -503,7 +503,8 @@ ENDIF()
# save configuration options
SET(CONFIGURE_OPTIONS "TODO")
SET(COMPFLAGS_CPP "TODO")
SET(LINKFLAGS "${POSTLINKFLAGS}")
SET(LINKFLAGS "TODO")
#SET(LINKFLAGS "${POSTLINKFLAGS}")

add_subdirectory(src/shogun)

Expand Down
4 changes: 0 additions & 4 deletions examples/undocumented/libshogun/CMakeLists.txt
Expand Up @@ -103,7 +103,3 @@ FOREACH(EXAMPLE ${EXAMPLES})
target_link_libraries(${EXAMPLE} shogun)
add_test(libshogun-${EXAMPLE} ${EXAMPLE})
ENDFOREACH()

#ADD_CUSTOM_TARGET(libshogun-examples
# COMMAND ${CMAKE_CTEST_COMMAND}
# DEPENDS )
1 change: 0 additions & 1 deletion examples/undocumented/python_modular/CMakeLists.txt
Expand Up @@ -9,7 +9,6 @@ else()
LIST(APPEND ENV_VARS LD_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/lib:$ENV{LD_LIBRARY_PATH}")
endif()

MESSAGE(${ENV_VARS})
FILE(GLOB PYTHON_EXAMPLES *.py)
FOREACH(EXAMPLE ${PYTHON_EXAMPLES})
STRING(REGEX REPLACE ".*/(.*).py" "\\1" EXAMPLE_NAME ${EXAMPLE})
Expand Down

0 comments on commit 0aae6ea

Please sign in to comment.