Skip to content

Commit

Permalink
fix mis-matching CMake arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Jun 27, 2023
1 parent 0d1d39a commit 0393e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ foreach(executable ${executables})
if(BUILD_TESTING)
get_target_property(${executable}_LOC ${executable} LOCATION)
file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/script.sed "s?\\./${executable}?${${executable}_LOC}?\n")
endif(BUILD_TEST)
endif()
if (NOT MSVC)
target_compile_options(${executable} PRIVATE -Wall -Wextra)
endif()
Expand Down

0 comments on commit 0393e4d

Please sign in to comment.