Skip to content

Commit

Permalink
Adjust some details in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tsjensen committed Nov 10, 2023
1 parent 8ccf687 commit c1d7e45
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,4 +1,4 @@
cmake_minimum_required(VERSION 3.23)
cmake_minimum_required(VERSION 3.25)

# Build options options
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
Expand Down Expand Up @@ -118,7 +118,7 @@ set(SOURCES_EXE
# -----------------------------------------------------------------------------

# Build static library.
add_library(${TARGET}_lib STATIC
add_library(${TARGET}_lib
${GENERATED_FILES}
${SOURCES_LIB}
)
Expand Down

0 comments on commit c1d7e45

Please sign in to comment.