Skip to content

Commit

Permalink
Test Cmake by v3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
F. Ye committed Mar 4, 2020
1 parent 36d04ed commit e46996f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.6)

# set the project name and version
project(IOHexperimenter VERSION 1.0)
Expand Down Expand Up @@ -83,4 +83,4 @@ target_link_libraries(IOHprofiler_run_suite IOH)

# install. set name of the installed library as 'IOH'.
install (TARGETS IOH DESTINATION lib)
install (FILES ${IOHEXPERIMENTER_SRC} DESTINATION include)
install (FILES ${IOHEXPERIMENTER_SRC} DESTINATION include)

0 comments on commit e46996f

Please sign in to comment.