Skip to content

Commit 3990b3c

Browse files
committed
Fix options install dir.
1 parent fe78ffc commit 3990b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ if(EXAGO_ENABLE_IPOPT)
329329
endif()
330330

331331
# Install options files
332-
install(FILES ${EXAGO_OPTIONS_FILES} DESTINATION ${EXAGO_OPTIONS_DIR})
332+
install(FILES ${EXAGO_OPTIONS_FILES} DESTINATION options)
333333

334334
# EXAGO datafiles to install
335335
set(EXAGO_DATA_FILES ${PROJECT_SOURCE_DIR}/datafiles/case118.m

0 commit comments

Comments
 (0)