Skip to content

Commit eee631c

Browse files
committed
tabs to spaces
1 parent d410425 commit eee631c

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CMakeLists.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -862,20 +862,20 @@ if(UNIX)
862862
endif()
863863

864864
if (OPENSIM_WITH_CASADI OR OPENSIM_WITH_TROPTER)
865-
if(UNIX)
866-
pkg_check_modules(IPOPT REQUIRED ipopt IMPORTED_TARGET)
867-
else()
868-
find_package(Ipopt REQUIRED CONFIG)
869-
set_package_properties(IPOPT PROPERTIES
870-
URL https://projects.coin-or.org/Ipopt
871-
TYPE REQUIRED
872-
PURPOSE "Nonlinear optimization")
873-
# Flags to use when building a shared library.
874-
# TODO move these flags to a specific target.
875-
# TODO set(CMAKE_SHARED_LINKER_FLAGS
876-
# TODO "${CMAKE_SHARED_LINKER_FLAGS} ${IPOPT_LINK_FLAGS}")
877-
OpenSimCopyDependencyDLLsForWin(DEP_NAME IPOPT DEP_BIN_DIR "${Ipopt_ROOT_DIR}/bin")
878-
endif()
865+
if(UNIX)
866+
pkg_check_modules(IPOPT REQUIRED ipopt IMPORTED_TARGET)
867+
else()
868+
find_package(Ipopt REQUIRED CONFIG)
869+
set_package_properties(IPOPT PROPERTIES
870+
URL https://projects.coin-or.org/Ipopt
871+
TYPE REQUIRED
872+
PURPOSE "Nonlinear optimization")
873+
# Flags to use when building a shared library.
874+
# TODO move these flags to a specific target.
875+
# TODO set(CMAKE_SHARED_LINKER_FLAGS
876+
# TODO "${CMAKE_SHARED_LINKER_FLAGS} ${IPOPT_LINK_FLAGS}")
877+
OpenSimCopyDependencyDLLsForWin(DEP_NAME IPOPT DEP_BIN_DIR "${Ipopt_ROOT_DIR}/bin")
878+
endif()
879879
endif()
880880

881881
# Installing dependencies into OpenSim's installation.

0 commit comments

Comments
 (0)