Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
panquez committed Dec 4, 2019
1 parent c8eb684 commit ccc485d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/utils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function(add_geode_library folder_path)
)
target_sources(${target_name} PRIVATE "${all_sources}")
string(TOLOWER ${PROJECT_NAME} project-name)
string(REPLACE "-" "_" project_name ${project-name})
string(REGEX REPLACE "-" "_" project_name ${project-name})
set_target_properties(${target_name}
PROPERTIES
OUTPUT_NAME ${PROJECT_NAME}_${target_name}
Expand Down

0 comments on commit ccc485d

Please sign in to comment.