We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe78ffc commit 3990b3cCopy full SHA for 3990b3c
CMakeLists.txt
@@ -329,7 +329,7 @@ if(EXAGO_ENABLE_IPOPT)
329
endif()
330
331
# Install options files
332
-install(FILES ${EXAGO_OPTIONS_FILES} DESTINATION ${EXAGO_OPTIONS_DIR})
+install(FILES ${EXAGO_OPTIONS_FILES} DESTINATION options)
333
334
# EXAGO datafiles to install
335
set(EXAGO_DATA_FILES ${PROJECT_SOURCE_DIR}/datafiles/case118.m
0 commit comments