"include/ck/utility/array_multi_index.hpp" did not exist on "6fe3627a9eb35f1237266f1b6cc8fd3456aed67d"
Commit 16e39ac5 authored by Artur Wojcik's avatar Artur Wojcik
Browse files

getopt to small caps

parent d2b2d273
...@@ -77,7 +77,7 @@ if(INSTANCES_ONLY) ...@@ -77,7 +77,7 @@ if(INSTANCES_ONLY)
set(CK_ENABLE_INSTANCES_ONLY "ON") set(CK_ENABLE_INSTANCES_ONLY "ON")
endif() endif()
include(GetOpt) include(getopt)
# CK config file to record supported datatypes, etc. # CK config file to record supported datatypes, etc.
configure_file(include/ck/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/include/ck/config.h) configure_file(include/ck/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/include/ck/config.h)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment